mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
14 lines
281 B
CSS
14 lines
281 B
CSS
/* from https://github.com/catppuccin/waybar */
|
|
|
|
@import "mocha.css";
|
|
|
|
* {
|
|
/* reference the color by using @color-name */
|
|
color: @text;
|
|
}
|
|
|
|
window#waybar {
|
|
/* you can also GTK3 CSS functions! */
|
|
background-color: shade(@base, 0.9);
|
|
border: 2px solid alpha(@crust, 0.3);
|
|
}
|