wallust/templates/gtk.css
2025-12-19 12:46:31 +01:00

38 lines
1.2 KiB
CSS

/* GTK3 / GTK4 Color Overrides - Generated by Wallust */
@define-color accent_color {{color4}};
@define-color accent_bg_color {{color4}};
@define-color accent_fg_color {{background}};
@define-color window_bg_color {{background}};
@define-color window_fg_color {{foreground}};
@define-color view_bg_color {{background}};
@define-color view_fg_color {{foreground}};
@define-color headerbar_bg_color {{background}};
@define-color headerbar_fg_color {{foreground}};
@define-color dialog_bg_color {{background}};
@define-color dialog_fg_color {{foreground}};
@define-color popover_bg_color {{background}};
@define-color popover_fg_color {{foreground}};
/* Sidebar / Lists */
@define-color sidebar_bg_color {{color0}};
@define-color sidebar_fg_color {{foreground}};
/* Terminal / Darker Elements */
@define-color card_bg_color {{color0}};
@define-color card_fg_color {{foreground}};
/* Standard Palette */
@define-color red_1 {{color1}};
@define-color green_1 {{color2}};
@define-color yellow_1 {{color3}};
@define-color blue_1 {{color4}};
@define-color purple_1 {{color5}};
@define-color teal_1 {{color6}};
@define-color orange_1 {{color3}}; /* Fallback */
@define-color gray_1 {{color8}};