zen-browser: fix workspace, sidebar, and menu theming (#2283)
Link: https://github.com/nix-community/stylix/pull/2283 Reviewed-by: Karun Sandhu <karun@sndh.dev> Reviewed-by: NAHO <trueNAHO@users.noreply.github.com>
This commit is contained in:
commit
fb95e7ffe5
1 changed files with 9 additions and 9 deletions
|
|
@ -27,6 +27,10 @@ with colors;
|
|||
--zen-themed-toolbar-bg-transparent: #${base01-hex} !important;
|
||||
}
|
||||
|
||||
zen-workspace {
|
||||
--toolbox-textcolor: #${base05-hex} !important;
|
||||
}
|
||||
|
||||
#permissions-granted-icon {
|
||||
color: #${base05-hex} !important;
|
||||
}
|
||||
|
|
@ -36,6 +40,10 @@ with colors;
|
|||
--swipe-nav-icon-accent-color: #${base00-hex} !important;
|
||||
}
|
||||
|
||||
#sidebar-box {
|
||||
background-color: #${base00-hex} !important;
|
||||
}
|
||||
|
||||
.sidebar-placesTree {
|
||||
background-color: #${base00-hex} !important;
|
||||
}
|
||||
|
|
@ -44,10 +52,6 @@ with colors;
|
|||
background-color: #${base00-hex} !important;
|
||||
}
|
||||
|
||||
#TabsToolbar {
|
||||
background-color: #${base00-hex} !important;
|
||||
}
|
||||
|
||||
.urlbar-background {
|
||||
background-color: #${base02-hex} !important;
|
||||
}
|
||||
|
|
@ -135,10 +139,6 @@ with colors;
|
|||
--zen-main-browser-background-toolbar: #${base00-hex} !important;
|
||||
}
|
||||
|
||||
#zen-appcontent-navbar-container {
|
||||
background-color: #${base00-hex} !important;
|
||||
}
|
||||
|
||||
#commonDialog {
|
||||
background-color: #${base00-hex} !important;
|
||||
}
|
||||
|
|
@ -147,7 +147,7 @@ with colors;
|
|||
--zen-main-browser-background: #${base00-hex} !important;
|
||||
}
|
||||
|
||||
#contentAreaContextMenu menu,
|
||||
menu,
|
||||
menuitem,
|
||||
menupopup {
|
||||
color: #${base05-hex} !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue