diff options
author | Horst3180 | 2016-07-05 13:10:19 +0200 |
---|---|---|
committer | Horst3180 | 2016-07-05 13:10:19 +0200 |
commit | 894573ec756411ce25002c0b4300902e3a5b02cc (patch) | |
tree | ffb26a12257d3736bdc7fae5404aeda77599cb8e /common/gtk-3.0/3.20/gtk-solid-darker.css | |
parent | 4d58f02a17878e79cb83f432f0bd69efd84779da (diff) | |
download | solarc-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.css | 6 |
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 { |