2025-04-12 20:50:25 +01:00
|
|
|
@define-color base00 #191724;
|
|
|
|
@define-color base01 #1f1d2e;
|
|
|
|
@define-color base02 #26233a;
|
|
|
|
@define-color base03 #6e6a86;
|
|
|
|
@define-color base04 #908caa;
|
|
|
|
@define-color base05 #e0def4;
|
|
|
|
@define-color base06 #e0def4;
|
|
|
|
@define-color base07 #524f67;
|
|
|
|
@define-color base08 #eb6f92;
|
|
|
|
@define-color base09 #f6c177;
|
|
|
|
@define-color base0A #ebbcba;
|
|
|
|
@define-color base0B #31748f;
|
|
|
|
@define-color base0C #9ccfd8;
|
|
|
|
@define-color base0D #c4a7e7;
|
|
|
|
@define-color base0E #f6c177;
|
|
|
|
@define-color base0F #524f67;
|
2025-04-03 02:26:24 +01:00
|
|
|
|
|
|
|
* {
|
|
|
|
color: @base05;
|
|
|
|
font-family: monospace;
|
2025-04-16 12:52:42 +01:00
|
|
|
font-size: 9pt;
|
2025-04-03 02:26:24 +01:00
|
|
|
border-radius: 0px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
|
|
|
background: @base01;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modules-right,
|
|
|
|
.modules-left {
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-nixos {
|
|
|
|
color: @base0D;
|
2025-04-16 12:52:42 +01:00
|
|
|
font-size: 18px;
|
2025-04-03 02:26:24 +01:00
|
|
|
}
|
2025-04-12 20:50:25 +01:00
|
|
|
|
|
|
|
button {
|
2025-04-16 12:52:42 +01:00
|
|
|
padding: 4px 10px;
|
2025-04-12 20:50:25 +01:00
|
|
|
}
|