Tweaked some colors

This commit is contained in:
Satyajit Sahoo
2013-06-15 05:17:48 +05:30
parent a775e69361
commit 522b3be08a
2 changed files with 16 additions and 5 deletions
+12 -1
View File
@@ -56,8 +56,8 @@
* base states *
***************/
.background {
color: @theme_fg_color;
background-color: @theme_bg_color;
color: @theme_fg_color;
}
.background.client-decorated {
@@ -1114,6 +1114,11 @@ GtkTreeMenu .menuitem * {
background-clip: border-box;
}
.notebook GtkViewport {
background-color: @theme_base_color;
color: @theme_text_color;
}
.notebook tab {
padding: 3px;
border-color: shade(@theme_bg_color, 0.85);
@@ -2295,6 +2300,12 @@ GtkViewport.frame {
color: @theme_text_color;
}
.view:insensitive,
.view:insensitive:insensitive {
background-color: shade(@theme_base_color, 0.9);
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
}
.view:selected,
.view:selected:focus {
background-color: @theme_selected_bg_color;