aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-dark.css
diff options
context:
space:
mode:
authorHorst31802016-07-05 13:10:19 +0200
committerHorst31802016-07-05 13:10:19 +0200
commit894573ec756411ce25002c0b4300902e3a5b02cc (patch)
treeffb26a12257d3736bdc7fae5404aeda77599cb8e /common/gtk-3.0/3.20/gtk-solid-dark.css
parent4d58f02a17878e79cb83f432f0bd69efd84779da (diff)
downloadsolarc-theme-894573ec756411ce25002c0b4300902e3a5b02cc.tar.gz
solarc-theme-894573ec756411ce25002c0b4300902e3a5b02cc.tar.xz
solarc-theme-894573ec756411ce25002c0b4300902e3a5b02cc.zip
gedit 3.20: make sidebar separator dark (fix #591)
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid-dark.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-dark.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css
index b0d96a8..90bb6a4 100644
--- a/common/gtk-3.0/3.20/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.20/gtk-solid-dark.css
@@ -4121,6 +4121,12 @@ filechooser actionbar {
.gedit-bottom-panel-paned {
background-color: #404552; }
+.gedit-side-panel-paned > separator {
+ background-image: linear-gradient(to top, #2a2d37); }
+
+.gedit-bottom-panel-paned > separator {
+ background-image: linear-gradient(to top, #2b2e39); }
+
.gedit-document-panel {
background-color: #353945; }
.maximized .gedit-document-panel {