diff options
| -rw-r--r-- | nixos.org | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -229,8 +229,8 @@ stuff              lockPref("security.identityblock.show_extended_validation", true);              // Enable userchrome css              lockPref("toolkit.legacyUserProfileCustomizations.stylesheets", true); -            // Enable dark dev tools -            lockPref("devtools.theme","dark"); +            // Enable light dev tools +            lockPref("devtools.theme","light");              // Misc other settings              lockPref("extensions.autoDisableScopes", 0);              lockPref("browser.uidensity", 1); | 
