ref(colors): popup menu stands out from background

This commit is contained in:
Iron-E 2021-08-23 16:10:47 -04:00
parent 671869d981
commit 0299850d59
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 2 additions and 2 deletions

View File

@ -325,8 +325,8 @@ local highlight_groups = {
--[[ 4.2.4. Popup Menu]]
Pmenu = {fg=FG, bg=gray_dark},
PmenuSbar = {bg=black},
PmenuSel = {fg=FG},
PmenuSbar = {bg=gray_darker},
PmenuSel = {fg=black, bg=gray_light},
PmenuThumb = {bg=white},
WildMenu = 'PmenuSel',