aboutsummaryrefslogtreecommitdiff
path: root/colors/ayu.vim
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-09-14 20:28:38 +0200
committerHampusM <hampus@hampusmat.com>2022-09-14 20:28:38 +0200
commit2e061c2d50c7ca296e86bf8d78753b567efc06fc (patch)
tree595314542362a3f2fdfab9bf0fa144e6fb6e9aff /colors/ayu.vim
parentad7d5b5d8c33720ce3727228bcb2626957235d53 (diff)
fix: make popup menu background color darker
Diffstat (limited to 'colors/ayu.vim')
-rw-r--r--colors/ayu.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/ayu.vim b/colors/ayu.vim
index 40492c8..e3e9ec9 100644
--- a/colors/ayu.vim
+++ b/colors/ayu.vim
@@ -109,8 +109,8 @@ exe "hi! MatchParen" .s:fg_fg .s:bg_bg .s:fmt_undr
exe "hi! ModeMsg" .s:fg_string .s:bg_none .s:fmt_none
exe "hi! MoreMsg" .s:fg_string .s:bg_none .s:fmt_none
exe "hi! NonText" .s:fg_guide .s:bg_none .s:fmt_none
-exe "hi! Pmenu" .s:fg_fg .s:bg_selection .s:fmt_none
-exe "hi! PmenuSel" .s:fg_fg .s:bg_selection .s:fmt_revr
+exe "hi! Pmenu" .s:fg_fg .s:bg_panel .s:fmt_none
+exe "hi! PmenuSel" .s:fg_fg .s:bg_panel .s:fmt_revr
" PmenuSbar"
" PmenuThumb"
exe "hi! Question" .s:fg_string .s:bg_none .s:fmt_none