diff options
| author | aura <nw@moneybot.cc> | 2026-03-26 01:50:36 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-03-26 01:50:36 +0100 |
| commit | c4ff8966380ff97b8812b81d37e713fa52534875 (patch) | |
| tree | f1041db97626a3c37363da9eeecd5230db87a8a1 /themes/ayaya/gtk-3.0/gtk.css | |
| parent | 9e2e988236e7180c9299b20b503b143e35d3b198 (diff) | |
fix theme css warningsmain
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"); |
