feat(colors): Default to catppuccin latte/mocha and some switcher

This commit is contained in:
js0ny 2025-04-15 09:41:09 +01:00
parent 2273b15416
commit 94461cdebb
32 changed files with 2487 additions and 1348 deletions

View file

@ -1,4 +1,4 @@
@import "catppuccin-mocha"
@import "current"
* {
selected-active-foreground: @background;

View file

@ -0,0 +1,29 @@
* {
rosewater: #dc8a78;
flamingo: #dd7878;
pink: #ea76cb;
mauve: #8839ef;
red: #d20f39;
maroon: #e64553;
peach: #fe640b;
yellow: #df8e1d;
green: #40a02b;
teal: #179299;
sky: #04a5e5;
sapphire: #209fb5;
blue: #1e66f5;
lavender: #7287fd;
text: #4c4f69;
subtext1: #5c5f77;
subtext0: #6c6f85;
overlay2: #7c7f93;
overlay1: #8c8fa1;
overlay0: #9ca0b0;
surface2: #acb0be;
surface1: #bcc0cc;
surface0: #ccd0da;
base: #eff1f5;
mantle: #e6e9ef;
crust: #dce0e8;
}

View file

@ -1,37 +0,0 @@
* {
bg: #faf4ed;
cur: #fffaf3;
fgd: #575279;
cmt: #9893a5;
cya: #56949f;
grn: #286983;
ora: #d7827e;
pur: #907aa9;
red: #b4637a;
yel: #ea9d34;
alt-fgd: #faf4ed;
font: "Cartograph CF 12";
foreground: @fgd;
background: @bg;
active-background: @grn;
active-foreground: @alt-fgd;
urgent-background: @red;
urgent-foreground: @alt-fgd;
selected-background: @active-background;
selected-foreground: @active-foreground;
selected-urgent-background: @urgent-background;
selected-urgent-foreground: @urgent-foreground;
selected-active-background: @active-background;
selected-active-foreground: @active-foreground;
separatorcolor: @active-background;
bordercolor: @ora;
}