diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-18 22:38:05 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-18 22:38:05 +0100 |
commit | 1b642903b20a2308121665cb8e2480a1e927aa69 (patch) | |
tree | b4613c0ecec6ba4f6a0039ec483900d8a77ae213 | |
parent | 9d44fa1d9cd7ec0ee4d4c13344386d33e61677ad (diff) |
Update Pmenu and PmenuThumb
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 4 |
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" }, |