ref(colors): popup menu stands out from background
This commit is contained in:
parent
671869d981
commit
0299850d59
|
@ -325,8 +325,8 @@ local highlight_groups = {
|
||||||
|
|
||||||
--[[ 4.2.4. Popup Menu]]
|
--[[ 4.2.4. Popup Menu]]
|
||||||
Pmenu = {fg=FG, bg=gray_dark},
|
Pmenu = {fg=FG, bg=gray_dark},
|
||||||
PmenuSbar = {bg=black},
|
PmenuSbar = {bg=gray_darker},
|
||||||
PmenuSel = {fg=FG},
|
PmenuSel = {fg=black, bg=gray_light},
|
||||||
PmenuThumb = {bg=white},
|
PmenuThumb = {bg=white},
|
||||||
WildMenu = 'PmenuSel',
|
WildMenu = 'PmenuSel',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue