mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-24 12:54:38 +02:00
firefox: prefer light mode
Dark mode is often low-contrast.
This commit is contained in:
parent
26599c5961
commit
328bc1db20
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
// Theme
|
||||
user_pref("extensions.activeThemeID", "default-theme@mozilla.org");
|
||||
user_pref("devtools.theme", "dark");
|
||||
user_pref("ui.systemUsesDarkTheme", 0);
|
||||
|
||||
// Ensure context menus stay open after left-click (useful when scale
|
||||
// == 1.5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue