Tweak colors in gedit

pull/70/head
Satyajit Sahoo 2013-09-17 00:42:26 +05:30
parent a83186c3da
commit 824fb29335
1 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ GeditWindow .pane-separator:hover {
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: shade(@theme_bg_color, 0.8);
background-color: shade(@theme_bg_color, 1.02);
background-color: @theme_bg_color;
color: shade(@theme_bg_color, 0.8);
}
@ -224,7 +224,7 @@ GeditPanel .toolbar {
}
GeditDocumentsPanel .view {
background-color: @theme_bg_color;
background-color: @theme_base_color;
}
GeditPanel.vertical .notebook {