73 lines
1.2 KiB
CSS
73 lines
1.2 KiB
CSS
@define-color base00 #282a36;
|
|
@define-color base01 #363447;
|
|
@define-color base02 #44475a;
|
|
@define-color base03 #6272a4;
|
|
@define-color base04 #9ea8c7;
|
|
@define-color base05 #f8f8f2;
|
|
@define-color base06 #f0f1f4;
|
|
@define-color base07 #ffffff;
|
|
@define-color base08 #ff5555;
|
|
@define-color base09 #ffb86c;
|
|
@define-color base0A #f1fa8c;
|
|
@define-color base0B #50fa7b;
|
|
@define-color base0C #8be9fd;
|
|
@define-color base0D #80bfff;
|
|
@define-color base0E #ff79c6;
|
|
@define-color base0F #bd93f9;
|
|
|
|
* {
|
|
all: unset;
|
|
color: @base05;
|
|
min-height: 0px;
|
|
font-family: monospace;
|
|
}
|
|
|
|
window#waybar {
|
|
background: @base00;
|
|
font-size: 17px;
|
|
}
|
|
|
|
tooltip {
|
|
background: @base00;
|
|
}
|
|
|
|
#workspaces button {
|
|
background: @base00;
|
|
padding: 6px 16px;
|
|
transition: 0.2s background;
|
|
}
|
|
|
|
.modules-right label,
|
|
#tray image {
|
|
padding-right: 12px;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background: @base01;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
background: @base02;
|
|
}
|
|
|
|
#custom-nixos {
|
|
padding: 0px 12px;
|
|
font-size: 24px;
|
|
color: @base0D;
|
|
}
|
|
|
|
menu {
|
|
background: @base00;
|
|
color: @base05;
|
|
padding: 5px;
|
|
}
|
|
|
|
menuitem {
|
|
background: @base01;
|
|
margin: 2px;
|
|
padding: 5px 30px;
|
|
}
|
|
|
|
menuitem label {
|
|
font-size: 14px;
|
|
}
|