49 lines
2.3 KiB
CSS
49 lines
2.3 KiB
CSS
@define-color window_bg_color alpha({{colors.surface.default.hex}}, {{custom.opacity}});
|
|
@define-color window_fg_color {{colors.on_surface.default.hex}};
|
|
|
|
@define-color view_bg_color @window_bg_color;
|
|
@define-color view_fg_color @window_fg_color;
|
|
|
|
@define-color accent_bg_color {{colors.primary_container.default.hex}};
|
|
@define-color accent_fg_color {{colors.on_primary_container.default.hex}};
|
|
@define-color accent_color {{colors.primary.default.hex}};
|
|
|
|
@define-color headerbar_bg_color @window_bg_color;
|
|
@define-color headerbar_fg_color @window_fg_color;
|
|
@define-color headerbar_backdrop_color alpha({{colors.surface_variant.default.hex}}, {{custom.opacity}});
|
|
@define-color headerbar_shade_color {{colors.shadow.default.hex}};
|
|
|
|
@define-color card_bg_color alpha({{colors.surface_container.default.hex}}, {{custom.opacity}});
|
|
@define-color card_fg_color {{colors.on_surface_variant.default.hex}};
|
|
@define-color card_shade_color {{colors.shadow.default.hex}};
|
|
|
|
@define-color popover_bg_color @window_bg_color;
|
|
@define-color popover_fg_color @window_fg_color;
|
|
|
|
@define-color dialog_bg_color @window_bg_color;
|
|
@define-color dialog_fg_color @window_fg_color;
|
|
|
|
@define-color sidebar_bg_color @card_bg_color;
|
|
@define-color sidebar_fg_color @card_fg_color;
|
|
@define-color sidebar_backdrop_color alpha({{colors.surface_variant.default.hex}}, {{custom.opacity}});
|
|
@define-color sidebar_shade_color @card_shade_color;
|
|
|
|
@define-color warning_bg_color {{colors.warning_container.default.hex}};
|
|
@define-color warning_fg_color {{colors.on_warning_container.default.hex}};
|
|
@define-color warning_color {{colors.warning.default.hex}};
|
|
|
|
@define-color error_bg_color {{colors.error_container.default.hex}};
|
|
@define-color error_fg_color {{colors.on_error_container.default.hex}};
|
|
@define-color error_color {{colors.error.default.hex}};
|
|
|
|
@define-color success_bg_color {{colors.success_container.default.hex}};
|
|
@define-color success_fg_color {{colors.on_success_container.default.hex}};
|
|
@define-color success_color {{colors.success.default.hex}};
|
|
|
|
@define-color destructive_bg_color {{colors.danger_container.default.hex}};
|
|
@define-color destructive_fg_color {{colors.on_danger_container.default.hex}};
|
|
@define-color destructive_color {{colors.danger.default.hex}};
|
|
|
|
@define-color panel_bg_color @window_bg_color;
|
|
@define-color panel_fg_color @window_fg_color;
|