mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Changes
This commit is contained in:
+2
-10
@@ -58,14 +58,6 @@
|
|||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.background.client-decorated {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.background.window-content {
|
|
||||||
background-color: @theme_bg_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
GtkClutterOffscreen {
|
GtkClutterOffscreen {
|
||||||
background-color: @theme_bg_color;
|
background-color: @theme_bg_color;
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
@@ -380,11 +372,11 @@ GtkIconView.content-view.check:selected {
|
|||||||
* drawing area *
|
* drawing area *
|
||||||
****************/
|
****************/
|
||||||
GtkDrawingArea {
|
GtkDrawingArea {
|
||||||
background-color: transparent;
|
background-color: @theme_base_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkDrawingArea:insensitive {
|
GtkDrawingArea:insensitive {
|
||||||
background-color: shade(@theme_bg_color, 0.9);
|
background-color: shade(@theme_base_color, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********
|
/***********
|
||||||
|
|||||||
Reference in New Issue
Block a user