🎨 ux(browser): updated zen look with new variables

This commit is contained in:
Sergio Laín 2025-02-26 14:27:53 +01:00
parent bfe13f21de
commit bdc81334aa
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
2 changed files with 11 additions and 0 deletions

View file

@ -23,6 +23,7 @@
--zen-themed-toolbar-bg: #1e2030 !important;
--zen-main-browser-background: #1e2030 !important;
--newtab-primary-action-background: #b7bdf8 !important;
--toolbox-bgcolor-inactive: #1e2030 !important;
}
.sidebar-placesTree {
@ -46,6 +47,15 @@
border-color: #b7bdf8 !important;
}
.urlbarView-url {
color: #b7bdf8 !important;
}
#zenEditBookmarkPanelFaviconContainer {
background: #181926 !important;
}
}
#zen-essentials-container {
margin-bottom: 3px !important;
}

View file

@ -69,3 +69,4 @@ user_pref("browser.tabs.hoverPreview.enabled", true);
user_pref("zen.urlbar.replace-newtab", false);
user_pref("zen.workspaces.open-new-tab-if-last-unpinned-tab-is-closed", false);
user_pref("browser.tabs.groups.enabled", false);
user_pref("browser.urlbar.trimURLs", false);