aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk-solid-darker.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-darker.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-darker.css')
-rw-r--r--common/gtk-3.0/3.20/gtk-solid-darker.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css
index 08c9287..5f37d12 100644
--- a/common/gtk-3.0/3.20/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.20/gtk-solid-darker.css
@@ -4124,6 +4124,12 @@ filechooser actionbar {
.gedit-bottom-panel-paned {
background-color: #ffffff; }
+.gedit-side-panel-paned > separator {
+ background-image: linear-gradient(to top, #353945); }
+
+.gedit-bottom-panel-paned > separator {
+ background-image: linear-gradient(to top, #dcdfe3); }
+
.gedit-document-panel {
background-color: #353945; }
.maximized .gedit-document-panel {