mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 11:18:33 +02:00
firefox: use new override for prefers-color-scheme
This is exactly the same effect as lying about system theme, but this matches more our intent.
This commit is contained in:
parent
9874735f98
commit
6c234c10bb
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
// Theme
|
// Theme
|
||||||
user_pref("extensions.activeThemeID", "firefox-compact-dark@mozilla.org");
|
user_pref("extensions.activeThemeID", "firefox-compact-dark@mozilla.org");
|
||||||
user_pref("devtools.theme", "dark");
|
user_pref("devtools.theme", "dark");
|
||||||
user_pref("ui.systemUsesDarkTheme", 0);
|
user_pref("ui.systemUsesDarkTheme", 1);
|
||||||
|
user_pref("layout.css.prefers-color-scheme.content-override", 1); // light
|
||||||
|
|
||||||
// Ensure context menus stay open after left-click (useful when scale
|
// Ensure context menus stay open after left-click (useful when scale
|
||||||
// == 1.5)
|
// == 1.5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue