feat: new waybar
This commit is contained in:
12
waybar/style/colors.css
Normal file
12
waybar/style/colors.css
Normal file
@@ -0,0 +1,12 @@
|
||||
@define-color bg-panel rgba(28, 28, 28, 0.81);
|
||||
@define-color text-secondary rgba(86, 86, 86, 0.81);
|
||||
@define-color bg-opaque rgba(23, 28, 39, 0.8);
|
||||
@define-color border-color-section rgba(0,0,0,0);
|
||||
@define-color border-color rgba(90, 104, 115, 0.8); /* Matches --noti-border-color */
|
||||
@define-color text-primary #ffffff;
|
||||
@define-color text-secondary alpha(@text-primary,.2);
|
||||
@define-color accent #E83C82;
|
||||
@define-color attention #FFFF00;
|
||||
@define-color warning #FFAA00;
|
||||
@define-color danger #FF0000;
|
||||
@define-color success #00FF00;
|
||||
Reference in New Issue
Block a user