appearance: switch to a dark theme

This commit is contained in:
Vincent Bernat 2021-04-07 14:02:36 +02:00
parent 853760b466
commit b2af5dfdc8
3 changed files with 6 additions and 3 deletions

View file

@ -8,6 +8,9 @@ user_pref("ui.context_menus.after_mouseup", true);
// Don't display menubar when pressing Alt
user_pref("ui.key.menuAccessKeyFocuses", false);
// Dark theme
user_pref("ui.systemUsesDarkTheme", 1);
// No popup at all!
user_pref("browser.link.open_newwindow.restriction", 0);