dotfiles/.config/waybar/theme.css

14 lines
591 B
CSS
Raw Normal View History

2025-01-12 18:41:54 +00:00
/* theme specific color values */
/* file will be overwritten on each logon with values from configured theme in /usr/share/sway/themes */
@define-color transparent_background_color rgba(20, 22, 27, 0.9);
@define-color background_color #111111;
@define-color bright_text_color #ffffff;
/*@define-color dim_text_color #cab9d0; */
@define-color dim_text_color #ffffff;
@define-color text_color #e5097f;
/*@define-color accent_color #d960a8; */
@define-color accent_color #e5097f;
@define-color alternative_color #b7026d;
@define-color warning_color #524778;
@define-color error_color #dc3545;