From c4ff8966380ff97b8812b81d37e713fa52534875 Mon Sep 17 00:00:00 2001 From: aura Date: Thu, 26 Mar 2026 01:50:36 +0100 Subject: fix theme css warnings --- themes/ayaya/gtk-3.0/gtk.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/ayaya/gtk-3.0/gtk.css') 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"); -- cgit v1.2.3