Skip to content

Commit

Permalink
Use correct widget color
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahrotahn committed Apr 21, 2023
1 parent 2dbfc6f commit e36af42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions patches/extra/ungoogled-chromium/first-run-page.patch
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

--- /dev/null
+++ b/chrome/browser/ui/webui/ungoogled_first_run.h
@@ -0,0 +1,139 @@
@@ -0,0 +1,140 @@
+#ifndef CHROME_BROWSER_UI_WEBUI_UNGOOGLED_FIRST_RUN_H_
+#define CHROME_BROWSER_UI_WEBUI_UNGOOGLED_FIRST_RUN_H_
+
Expand Down Expand Up @@ -57,6 +57,7 @@
+ GotDataCallback callback) {
+ std::string source = R"(
+<title>ungoogled-chromium first run page</title>
+<meta name="color-scheme" content="light dark">
+<style>
+ @import url(chrome://resources/css/text_defaults_md.css);
+ html{color:#202124; background:white; line-height:1.1em}
Expand Down Expand Up @@ -95,7 +96,7 @@
+ Please check out the <a href="https://github.com/NeverDecaf/chromium-web-store">chromium-web-store</a>
+ repo for further details and alternate installation methods for the extension.<br><br>
+ If you do not wish to install this extension, there is still a way to install other extensions albeit
+ without the ability to easily update them. In this case, please refer to the entry on the wiki for
+ without the ability to easily update them. In this case, please refer to the entry on the wiki for
+ <a href="https://ungoogled-software.github.io/ungoogled-chromium-wiki/faq#downloading-the-crx-file">
+ installing extensions manually</a>.</details>
+ <details><summary><b>Keep login and session data</b></summary><br>
Expand Down

0 comments on commit e36af42

Please sign in to comment.