/* * Alloy GTK 3 palette patch — layered over adw-gtk3 * * Same @define-color set as gtk-4.0/gtk.css. adw-gtk3 exposes the * libadwaita-named tokens even in GTK 3, so this file mirrors the * GTK 4 patch verbatim. Keep them in sync — do not diverge. */ @define-color alloy_surface_sunken #cfc4b6; @define-color alloy_surface #e4ded6; @define-color alloy_surface_raised #ede7de; @define-color alloy_surface_overlay #f0ece4; @define-color alloy_border_subtle #dad2c7; @define-color alloy_border #cabeae; @define-color alloy_border_strong #7f786d; @define-color alloy_text_muted #514b45; @define-color alloy_text_secondary #222d38; @define-color alloy_text_primary #1a1816; @define-color alloy_accent_error #6a2828; @define-color alloy_accent_warn #b07840; @define-color alloy_accent_ok #3a5830; @define-color window_bg_color @alloy_surface; @define-color window_fg_color @alloy_text_primary; @define-color view_bg_color @alloy_surface_raised; @define-color view_fg_color @alloy_text_primary; @define-color headerbar_bg_color @alloy_surface_raised; @define-color headerbar_fg_color @alloy_text_primary; @define-color headerbar_border_color @alloy_border_subtle; @define-color headerbar_backdrop_color @alloy_surface; @define-color headerbar_shade_color rgba(48, 44, 34, 0.06); @define-color sidebar_bg_color @alloy_surface_sunken; @define-color sidebar_fg_color @alloy_text_primary; @define-color sidebar_backdrop_color @alloy_surface; @define-color sidebar_shade_color rgba(48, 44, 34, 0.06); @define-color card_bg_color @alloy_surface_raised; @define-color card_fg_color @alloy_text_primary; @define-color card_shade_color rgba(48, 44, 34, 0.06); @define-color popover_bg_color @alloy_surface_overlay; @define-color popover_fg_color @alloy_text_primary; @define-color accent_bg_color @alloy_accent_warn; @define-color accent_fg_color #ffffff; @define-color accent_color @alloy_accent_warn; @define-color destructive_bg_color @alloy_accent_error; @define-color destructive_fg_color #ffffff; @define-color destructive_color @alloy_accent_error; @define-color success_bg_color @alloy_accent_ok; @define-color success_fg_color #ffffff; @define-color success_color @alloy_accent_ok; @define-color warning_bg_color @alloy_accent_warn; @define-color warning_fg_color @alloy_text_primary; @define-color warning_color @alloy_accent_warn; @define-color error_bg_color @alloy_accent_error; @define-color error_fg_color #ffffff; @define-color error_color @alloy_accent_error; @define-color borders alpha(@alloy_text_primary, 0.15);