diff options
author | Horst3180 | 2015-05-19 18:33:55 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-19 18:34:07 +0200 |
commit | fee4ad65eba51d92211d5f405a01a3f26ab712e9 (patch) | |
tree | c04122b0dd61090caf9b02c5c0f74e731e6d4118 | |
parent | 837684c58004cbedfa069d06dbfc39529cd09de0 (diff) | |
download | solarc-theme-fee4ad65eba51d92211d5f405a01a3f26ab712e9.tar.gz solarc-theme-fee4ad65eba51d92211d5f405a01a3f26ab712e9.tar.xz solarc-theme-fee4ad65eba51d92211d5f405a01a3f26ab712e9.zip |
fix transparent gedit window without tabs
this fixes #6
-rw-r--r-- | gtk-3.0/_transparent_widgets.scss | 2 | ||||
-rw-r--r-- | gtk-3.0/gtk-contained.css | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gtk-3.0/_transparent_widgets.scss b/gtk-3.0/_transparent_widgets.scss index d5bacce..2496c70 100644 --- a/gtk-3.0/_transparent_widgets.scss +++ b/gtk-3.0/_transparent_widgets.scss @@ -81,6 +81,8 @@ GeditWindow.background { .titlebar .pane-separator { background-color: darken($header_bg, 7%); } } +.gedit-bottom-panel-paned { background-color: $base_color; } + .gedit-document-panel { background-color: $dark_sidebar_bg; diff --git a/gtk-3.0/gtk-contained.css b/gtk-3.0/gtk-contained.css index 735d335..9d5da11 100644 --- a/gtk-3.0/gtk-contained.css +++ b/gtk-3.0/gtk-contained.css @@ -3015,6 +3015,9 @@ GeditWindow.background { GeditWindow.background .titlebar .pane-separator { background-color: rgba(212, 213, 219, 0.95); } +.gedit-bottom-panel-paned { + background-color: #ffffff; } + .gedit-document-panel { background-color: rgba(60, 64, 73, 0.95); } .maximized .gedit-document-panel { |