mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Gnome: Fix headerbar color in dark mode
This commit is contained in:
@@ -2346,7 +2346,7 @@ GraniteWidgetsWelcome {
|
||||
headerbar {
|
||||
padding: 0px 13px;
|
||||
min-height: 34px;
|
||||
background: linear-gradient(to bottom, #fff, #fff);
|
||||
background: #fff;
|
||||
color: #31363D;
|
||||
border-radius: 0; }
|
||||
.titlebar:backdrop,
|
||||
@@ -5755,7 +5755,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
transition: none;
|
||||
box-shadow: none; }
|
||||
#gnc-id-main-window .arrow.button.toggle:hover {
|
||||
border-color: #F67E7D; }
|
||||
border-color: #00D3A7; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: #222e39;
|
||||
|
||||
Reference in New Issue
Block a user