Disable essentials favicon background in theme preferences for improved customization options

This commit is contained in:
mr. M
2025-01-17 21:46:48 +01:00
parent dd5a59a1cb
commit 41cecd4947

View File

@@ -85,7 +85,7 @@ pref('zen.theme.accent-color', "#ffb787");
pref('zen.theme.content-element-separation', 6); // In pixels
pref('zen.theme.pill-button', false);
pref('zen.theme.gradient', true);
pref('zen.theme.essentials-favicon-bg', true);
pref('zen.theme.essentials-favicon-bg', false);
pref('zen.tabs.show-newtab-vertical', true);
pref('zen.view.show-newtab-button-border-top', true);