38 lines
1.7 KiB
CSS
38 lines
1.7 KiB
CSS
/* GTK3 / GTK4 Color Overrides - Generated by Matugen */
|
|
@define-color accent_color {{colors.secondary.default.hex}};
|
|
@define-color accent_bg_color {{colors.secondary.default.hex}};
|
|
@define-color accent_fg_color {{colors.background.default.hex}};
|
|
|
|
@define-color window_bg_color {{colors.background.default.hex}};
|
|
@define-color window_fg_color {{colors.on_background.default.hex}};
|
|
|
|
@define-color view_bg_color {{colors.background.default.hex}};
|
|
@define-color view_fg_color {{colors.on_background.default.hex}};
|
|
|
|
@define-color headerbar_bg_color {{colors.background.default.hex}};
|
|
@define-color headerbar_fg_color {{colors.on_background.default.hex}};
|
|
|
|
@define-color dialog_bg_color {{colors.background.default.hex}};
|
|
@define-color dialog_fg_color {{colors.on_background.default.hex}};
|
|
|
|
@define-color popover_bg_color {{colors.background.default.hex}};
|
|
@define-color popover_fg_color {{colors.on_background.default.hex}};
|
|
|
|
/* Sidebar / Lists */
|
|
@define-color sidebar_bg_color {{colors.surface.default.hex}};
|
|
@define-color sidebar_fg_color {{colors.on_background.default.hex}};
|
|
|
|
/* Terminal / Darker Elements */
|
|
@define-color card_bg_color {{colors.surface.default.hex}};
|
|
@define-color card_fg_color {{colors.on_background.default.hex}};
|
|
|
|
/* Standard Palette */
|
|
@define-color red_1 {{colors.error.default.hex}};
|
|
@define-color green_1 {{colors.primary.default.hex}};
|
|
@define-color yellow_1 {{colors.tertiary.default.hex}};
|
|
@define-color blue_1 {{colors.secondary.default.hex}};
|
|
@define-color purple_1 {{colors.primary_container.default.hex}};
|
|
@define-color teal_1 {{colors.secondary_container.default.hex}};
|
|
@define-color orange_1 {{colors.tertiary.default.hex}};
|
|
@define-color gray_1 {{colors.surface_variant.default.hex}};
|