14 lines
580 B
CSS
14 lines
580 B
CSS
|
/* 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 #b7026d;
|
||
|
@define-color bright_text_color #e88fda;
|
||
|
@define-color dim_text_color #cab9d0;
|
||
|
/*@define-color text_color #e88fda;*/
|
||
|
@define-color text_color #f8b8d0;
|
||
|
@define-color accent_color #d960a8;
|
||
|
@define-color alternative_color #b7026d;
|
||
|
@define-color warning_color #524778;
|
||
|
@define-color error_color #dc3545;
|
||
|
@define-color black_color #000000;
|