mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-04 06:03:45 +01:00
61 lines
1.6 KiB
Text
61 lines
1.6 KiB
Text
* {
|
|
highlight: bold italic;
|
|
scrollbar: true;
|
|
|
|
base-bg: #0f0f0f;
|
|
base-bg-soft: #1a1a1a;
|
|
base-bg-alt: #2a2a2a;
|
|
base-fg: #e0def4;
|
|
base-fg-dim: #6e6a86;
|
|
|
|
accent: #ebbcba;
|
|
accent-light: #ea9a97;
|
|
accent-dark: #d7827e;
|
|
|
|
border-gray: #454545;
|
|
|
|
background: @base-bg;
|
|
background-color: @background;
|
|
foreground: @base-fg;
|
|
border-color: @border-gray;
|
|
separatorcolor: @border-color;
|
|
scrollbar-handle: @border-color;
|
|
|
|
normal-background: @background;
|
|
normal-foreground: @foreground;
|
|
alternate-normal-background: @base-bg-soft;
|
|
alternate-normal-foreground: @foreground;
|
|
selected-normal-background: @accent;
|
|
selected-normal-foreground: @base-bg;
|
|
|
|
active-background: @accent;
|
|
active-foreground: @base-bg;
|
|
alternate-active-background: @accent;
|
|
alternate-active-foreground: @active-foreground;
|
|
selected-active-background: @accent-light;
|
|
selected-active-foreground: @active-foreground;
|
|
|
|
urgent-background: @accent-dark;
|
|
urgent-foreground: @base-bg;
|
|
alternate-urgent-background: @accent-dark;
|
|
alternate-urgent-foreground: @urgent-foreground;
|
|
selected-urgent-background: @accent-light;
|
|
selected-urgent-foreground: @urgent-foreground;
|
|
|
|
padding: 6px 6px;
|
|
}
|
|
|
|
configuration {
|
|
font: "JetBrainsMono Nerd Font 14";
|
|
show-icons: true;
|
|
terminal: "footclient";
|
|
}
|
|
|
|
element-icon {
|
|
size: 20px;
|
|
}
|
|
|
|
window {
|
|
border-radius: 10px;
|
|
}
|
|
|