From dc62e8446b44cea5722a8a1f2508ea4d6852e71b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Fri, 4 Dec 2020 23:36:01 +0100 Subject: [PATCH] Completion dialog colors --- cfg/50-completion-colors.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cfg/50-completion-colors.vim 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