diff --git a/cfg/50-completion-colors.vim b/cfg/50-completion-colors.vim new file mode 100644 index 0000000..33860d8 --- /dev/null +++ b/cfg/50-completion-colors.vim @@ -0,0 +1,5 @@ +" Completion dialog box colors +highlight Pmenu ctermbg=18 ctermfg=153 +highlight PmenuSel ctermbg=153 ctermfg=18 cterm=bold +highlight PmenuSbar ctermbg=20 +highlight PmenuThumb ctermbg=75