17 lines
567 B
CSS
17 lines
567 B
CSS
|
/* -----------------------------------------------------
|
||
|
* Import Pywal colors
|
||
|
* ----------------------------------------------------- */
|
||
|
@import '../../../../../.cache/wal/colors-waybar.css';
|
||
|
|
||
|
@define-color backgroundlight #FFFFFF;
|
||
|
@define-color backgrounddark #FFFFFF;
|
||
|
@define-color workspacesbackground1 #FFFFFF;
|
||
|
@define-color workspacesbackground2 #CCCCCC;
|
||
|
@define-color bordercolor #FFFFFF;
|
||
|
@define-color textcolor1 #000000;
|
||
|
@define-color textcolor2 #000000;
|
||
|
@define-color textcolor3 #000000;
|
||
|
@define-color iconcolor #FFFFFF;
|
||
|
|
||
|
@import '../../ml4w/style.css';
|