cmp and autopairs

This commit is contained in:
2026-05-29 14:52:27 +02:00
parent 67f0d9f78c
commit 5eb695beaa
7 changed files with 123 additions and 125 deletions
+10 -10
View File
@@ -6,19 +6,19 @@ local function pick(light, dark)
end
local c = {
bg = "#161219",
bg_alt = "#1E1A21",
bg_mid = pick("#2D2830", "#221E25"),
fg = "#E9E0EA",
fg_muted = "#CEC3D3",
bg = "#15130F",
bg_alt = "#1D1B17",
bg_mid = pick("#2C2A25", "#221F1A"),
fg = "#E8E2DA",
fg_muted = "#CEC6B5",
fg_strong = pick("#15161A", "#F4F4F8"),
normal = "#894FBF",
insert = "#543D68",
visual = "#B2417A",
normal = "#514209",
insert = "#51482F",
visual = "#35491F",
replace = "#93000A",
command = pick("#FFDCF2", "#A9A5D8"),
inactive = "#1E1A21",
command = pick("#FFE39D", "#AAAF6E"),
inactive = "#1D1B17",
normal_fg = pick("#15161A", "#F4F4F8"),
insert_fg = pick("#15161A", "#F4F4F8"),