1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

fix transparent gedit window without tabs

this fixes #6
This commit is contained in:
Horst3180 2015-05-19 18:33:55 +02:00
parent 837684c580
commit fee4ad65eb
2 changed files with 5 additions and 0 deletions

View File

@ -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;

View File

@ -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 {