17 lines
233 B
CSS
17 lines
233 B
CSS
@import "catppuccin.css";
|
|
|
|
* {
|
|
color: @text;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: @base;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
background-color: @surface0;
|
|
}
|
|
|
|
#workspaces button.active:hover {
|
|
background-color: @surface0;
|
|
}
|