diff options
Diffstat (limited to 'themes/ayaya/gtk-3.0/gtk.css')
| -rw-r--r-- | themes/ayaya/gtk-3.0/gtk.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/ayaya/gtk-3.0/gtk.css b/themes/ayaya/gtk-3.0/gtk.css index a2afda5..1d436b4 100644 --- a/themes/ayaya/gtk-3.0/gtk.css +++ b/themes/ayaya/gtk-3.0/gtk.css @@ -68,10 +68,10 @@ @define-color wm_title_focused mix(@titlebar_fg_color, @titlebar_bg_color, 0.1); @define-color wm_title_unfocused mix(@titlebar_fg_color, @titlebar_bg_color, 0.4); @define-color wm_icons_focused mix(@titlebar_fg_color, @titlebar_bg_color, 0.1); -@define-color wm_icons_focused_prelight @selected_bg_color; +@define-color wm_icons_focused_hover @selected_bg_color; @define-color wm_icons_focused_pressed shade(@selected_bg_color, 0.8); @define-color wm_icons_unfocused mix(@titlebar_fg_color, @titlebar_bg_color, 0.4); -@define-color wm_icons_unfocused_prelight @selected_bg_color; +@define-color wm_icons_unfocused_hover @selected_bg_color; @define-color wm_icons_unfocused_pressed shade(@selected_bg_color, 0.8); @import url("gtk-widgets.css"); |
