15 lines
469 B
CSS
15 lines
469 B
CSS
|
/* -----------------------------------------------------
|
||
|
* Import Pywal colors
|
||
|
* ----------------------------------------------------- */
|
||
|
@import '../../../../../.cache/wal/colors-waybar.css';
|
||
|
|
||
|
@define-color backgroundlight @color8;
|
||
|
@define-color backgrounddark #FFFFFF;
|
||
|
@define-color bordercolor @color8;
|
||
|
@define-color textcolor1 @color8;
|
||
|
@define-color textcolor2 #FFFFFF;
|
||
|
@define-color textcolor3 #FFFFFF;
|
||
|
@define-color iconcolor #FFFFFF;
|
||
|
|
||
|
@import '../style.css';
|