🎨 ux(browser): updated zen look with new variables
This commit is contained in:
parent
bfe13f21de
commit
bdc81334aa
2 changed files with 11 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
--zen-themed-toolbar-bg: #1e2030 !important;
|
--zen-themed-toolbar-bg: #1e2030 !important;
|
||||||
--zen-main-browser-background: #1e2030 !important;
|
--zen-main-browser-background: #1e2030 !important;
|
||||||
--newtab-primary-action-background: #b7bdf8 !important;
|
--newtab-primary-action-background: #b7bdf8 !important;
|
||||||
|
--toolbox-bgcolor-inactive: #1e2030 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-placesTree {
|
.sidebar-placesTree {
|
||||||
|
@ -46,6 +47,15 @@
|
||||||
border-color: #b7bdf8 !important;
|
border-color: #b7bdf8 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.urlbarView-url {
|
||||||
|
color: #b7bdf8 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#zenEditBookmarkPanelFaviconContainer {
|
||||||
|
background: #181926 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#zen-essentials-container {
|
#zen-essentials-container {
|
||||||
margin-bottom: 3px !important;
|
margin-bottom: 3px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,3 +69,4 @@ user_pref("browser.tabs.hoverPreview.enabled", true);
|
||||||
user_pref("zen.urlbar.replace-newtab", false);
|
user_pref("zen.urlbar.replace-newtab", false);
|
||||||
user_pref("zen.workspaces.open-new-tab-if-last-unpinned-tab-is-closed", 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.tabs.groups.enabled", false);
|
||||||
|
user_pref("browser.urlbar.trimURLs", false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue