diff options
| author | aura <nw@moneybot.cc> | 2026-05-13 03:38:13 +0200 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-05-13 03:38:13 +0200 |
| commit | a5003496fae29e95ba58062fa2a094f0e5c53c4d (patch) | |
| tree | 8b1109ea4fb4c3b0b6f1f65a558ad40d368931fd /themes/ayaya/gtk-3.0/gtk.css | |
| parent | 9e2e988236e7180c9299b20b503b143e35d3b198 (diff) | |
cool
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"); |
