This commit is contained in:
2026-06-30 15:54:23 +02:00
parent 5eb695beaa
commit 75222a5f85
8 changed files with 126 additions and 92 deletions
+10 -10
View File
@@ -6,19 +6,19 @@ local function pick(light, dark)
end
local c = {
bg = "#15130F",
bg_alt = "#1D1B17",
bg_mid = pick("#2C2A25", "#221F1A"),
fg = "#E8E2DA",
fg_muted = "#CEC6B5",
bg = "#1D1013",
bg_alt = "#26181B",
bg_mid = pick("#362629", "#2A1C1F"),
fg = "#F7DCE0",
fg_muted = "#E1BEC4",
fg_strong = pick("#15161A", "#F4F4F8"),
normal = "#514209",
insert = "#51482F",
visual = "#35491F",
normal = "#C5205F",
insert = "#7D2842",
visual = "#007837",
replace = "#93000A",
command = pick("#FFE39D", "#AAAF6E"),
inactive = "#1D1B17",
command = pick("#FFDEDD", "#B3A2D5"),
inactive = "#26181B",
normal_fg = pick("#15161A", "#F4F4F8"),
insert_fg = pick("#15161A", "#F4F4F8"),