diff options
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-solid-dark.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-solid-dark.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css index f2156d3..44352d6 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css @@ -3236,6 +3236,14 @@ GeditWindow.background.csd { background-color: #202327; } GeditWindow.background.csd .titlebar .pane-separator { background-color: #1a1c20; } + GeditWindow.background.csd .titlebar { + background-color: transparent; } + GeditWindow.background.csd .gedit-titlebar-left.titlebar, + GeditWindow.background.csd .gedit-titlebar-right.titlebar { + background-color: #25282E; } + GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop, + GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop { + background-color: #282c32; } .gedit-bottom-panel-paned { background-color: #292D33; } |