Tweak colors in gedit
parent
a83186c3da
commit
824fb29335
|
@ -205,7 +205,7 @@ GeditWindow .pane-separator:hover {
|
||||||
border-width: 0 1px 1px 1px;
|
border-width: 0 1px 1px 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
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);
|
color: shade(@theme_bg_color, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -224,7 +224,7 @@ GeditPanel .toolbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
GeditDocumentsPanel .view {
|
GeditDocumentsPanel .view {
|
||||||
background-color: @theme_bg_color;
|
background-color: @theme_base_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
GeditPanel.vertical .notebook {
|
GeditPanel.vertical .notebook {
|
||||||
|
|
Loading…
Reference in New Issue