2025-03-01 14:12:25 +00:00
|
|
|
@define-color base00 #2b3339;
|
|
|
|
@define-color base01 #323c41;
|
|
|
|
@define-color base02 #503946;
|
|
|
|
@define-color base03 #868d80;
|
|
|
|
@define-color base04 #d3c6aa;
|
|
|
|
@define-color base05 #d3c6aa;
|
|
|
|
@define-color base06 #e9e8d2;
|
|
|
|
@define-color base07 #fff9e8;
|
|
|
|
@define-color base08 #7fbbb3;
|
|
|
|
@define-color base09 #d699b6;
|
|
|
|
@define-color base0A #83c092;
|
|
|
|
@define-color base0B #dbbc7f;
|
|
|
|
@define-color base0C #e69875;
|
|
|
|
@define-color base0D #a7c080;
|
|
|
|
@define-color base0E #e67e80;
|
|
|
|
@define-color base0F #d699b6;
|
|
|
|
|
|
|
|
* {
|
|
|
|
all: unset;
|
2025-03-04 10:31:55 +00:00
|
|
|
color: @base05;
|
|
|
|
min-height: 0px;
|
2025-03-01 14:12:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
|
|
|
background: @base00;
|
2025-03-04 10:31:55 +00:00
|
|
|
font-size: 17px;
|
2025-03-01 14:12:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tooltip {
|
2025-03-04 10:31:55 +00:00
|
|
|
background: @base00;
|
2025-03-01 14:12:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button {
|
2025-03-04 10:31:55 +00:00
|
|
|
background: @base00;
|
2025-03-01 14:12:25 +00:00
|
|
|
padding: 6px 16px;
|
2025-03-04 10:31:55 +00:00
|
|
|
transition: 0.2s background;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modules-right label,
|
|
|
|
#tray image {
|
|
|
|
padding-right: 12px;
|
2025-03-01 14:12:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button:hover {
|
2025-03-04 10:31:55 +00:00
|
|
|
background: @base01;
|
2025-03-01 14:12:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.focused {
|
|
|
|
background: @base02;
|
|
|
|
}
|
2025-03-04 10:31:55 +00:00
|
|
|
|
|
|
|
#custom-nixos {
|
|
|
|
padding: 0px 12px;
|
|
|
|
font-size: 24px;
|
|
|
|
color: @base08;
|
|
|
|
}
|
|
|
|
|
|
|
|
menu {
|
|
|
|
background: @base00;
|
|
|
|
color: @base05;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
menuitem {
|
|
|
|
background: @base01;
|
|
|
|
margin: 2px;
|
2025-03-05 14:32:32 +00:00
|
|
|
padding: 5px 30px;
|
2025-03-04 10:31:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
menuitem label {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|