revert Use firebug devtools theme by default, use light theme pwease
This commit is contained in:
wuggy 2026-03-29 12:04:41 +01:00
commit a4e7e8662d
2 changed files with 3 additions and 3 deletions

View file

@ -307,11 +307,11 @@ DevTools.prototype = {
if (!Services.startup.shuttingDown &&
!isCoreTheme &&
theme.id == currTheme) {
Services.prefs.setCharPref("devtools.theme", "firebug");
Services.prefs.setCharPref("devtools.theme", "light");
let data = {
pref: "devtools.theme",
newValue: "firebug",
newValue: "light",
oldValue: currTheme
};