summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/no-clown-fiesta/highlights.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua
index 0c083c0..22f11ae 100644
--- a/lua/no-clown-fiesta/highlights.lua
+++ b/lua/no-clown-fiesta/highlights.lua
@@ -9,7 +9,7 @@ local highlights = {
SpellLocal = { fg = C.green, style = "underline" },
SpellRare = { fg = C.purple, style = "underline" },
NormalNC = { fg = C.fg, bg = C.bg },
- Pmenu = { fg = C.white, bg = C.accent },
+ Pmenu = { fg = C.light_gray, bg = C.accent },
PmenuSel = { fg = C.blue, bg = C.alt_bg },
WildMenu = { fg = C.blue, bg = C.alt_bg },
CursorLineNr = { fg = C.light_gray, style = "bold" },
@@ -32,7 +32,7 @@ local highlights = {
DiffDelete = { fg = C.alt_bg, bg = C.sign_delete },
QuickFixLine = { bg = C.accent },
PmenuSbar = { bg = C.alt_bg },
- PmenuThumb = { bg = C.white },
+ PmenuThumb = { bg = C.light_gray },
MatchWord = { style = "underline" },
MatchParen = { fg = C.pale_purple, bg = C.bg, style = "underline" },
MatchWordCur = { style = "underline" },