Reworked metacity/mutter themes

This commit is contained in:
Satyajit Sahoo
2013-03-08 17:03:34 +05:30
parent 9b5ba9806c
commit 2eaf67a2d8
19 changed files with 837 additions and 907 deletions
+5 -5
View File
@@ -51,11 +51,11 @@
@define-color osd_bg alpha(@osd_base, 0.8);
/* window manager colors */
@define-color wm_bg @theme_bg_color;
@define-color wm_title_focused mix(@theme_fg_color, @theme_bg_color, 0.1);
@define-color wm_title_unfocused mix(@theme_fg_color, @theme_bg_color, 0.6);
@define-color wm_border_focused shade(@theme_bg_color, 0.7);
@define-color wm_border_unfocused shade(@theme_bg_color, 0.8);
@define-color wm_bg #2d2d2d;
@define-color wm_title_focused #dcdcdc;
@define-color wm_title_unfocused #888888;
@define-color wm_border_focused #2d2d2d;
@define-color wm_border_unfocused #2d2d2d;
@import url("gtk-widgets.css");
@import url("gtk-widgets-assets.css");