10 aug 2026

This commit is contained in:
2026-08-10 13:18:23 +02:00
parent 91773e0a00
commit a775122059
36 changed files with 433 additions and 461 deletions
+10 -10
View File
@@ -6,19 +6,19 @@ local function pick(light, dark)
end
local c = {
bg = "#171216",
bg_alt = "#201A1F",
bg_mid = pick("#2E282D", "#241E23"),
fg = "#EBDFE6",
fg_muted = "#D2C2CE",
bg = "#141219",
bg_alt = "#1C1B21",
bg_mid = pick("#2B2930", "#201F25"),
fg = "#E6E0EA",
fg_muted = "#CAC4D4",
fg_strong = pick("#15161A", "#F4F4F8"),
normal = "#D285D3",
insert = "#5D3F5C",
visual = "#8CAB44",
normal = "#5840A7",
insert = "#4A4169",
visual = "#882F73",
replace = "#93000A",
command = pick("#FFDDEA", "#B3A2D5"),
inactive = "#201A1F",
command = pick("#FFDCF2", "#9FA8D8"),
inactive = "#1C1B21",
normal_fg = pick("#15161A", "#F4F4F8"),
insert_fg = pick("#15161A", "#F4F4F8"),