mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Tweaked some colors
This commit is contained in:
+12
-1
@@ -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;
|
||||
|
||||
+4
-4
@@ -23,13 +23,13 @@
|
||||
@define-color dark_shadow #000;
|
||||
|
||||
/* misc colors used by gtk+ */
|
||||
@define-color info_fg_color rgb (152, 152, 89);
|
||||
@define-color info_fg_color rgb (102, 102, 39);
|
||||
@define-color info_bg_color rgb (252, 252, 189);
|
||||
@define-color warning_fg_color rgb (0, 0, 0);
|
||||
@define-color warning_fg_color rgb (102, 35, 0);
|
||||
@define-color warning_bg_color rgb (250, 173, 61);
|
||||
@define-color question_fg_color rgb (255, 255, 255);
|
||||
@define-color question_fg_color rgb (255, 232, 214);
|
||||
@define-color question_bg_color rgb (214, 73, 55);
|
||||
@define-color error_fg_color rgb (255, 255, 255);
|
||||
@define-color error_fg_color rgb (255, 237, 237);
|
||||
@define-color error_bg_color rgb (237, 54, 54);
|
||||
@define-color link_color #fc6f5d;
|
||||
@define-color success_color #53a93f;
|
||||
|
||||
Reference in New Issue
Block a user