aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vim/rc/color.vim
diff options
context:
space:
mode:
Diffstat (limited to 'stow/vim/.vim/rc/color.vim')
-rw-r--r--stow/vim/.vim/rc/color.vim9
1 files changed, 6 insertions, 3 deletions
diff --git a/stow/vim/.vim/rc/color.vim b/stow/vim/.vim/rc/color.vim
index ec18335..e57d86b 100644
--- a/stow/vim/.vim/rc/color.vim
+++ b/stow/vim/.vim/rc/color.vim
@@ -13,9 +13,9 @@ highlight LineNr cterm=NONE
highlight CursorLineNr ctermfg=5
highlight CursorLineNr cterm=underline
-" Completion color
-highlight Pmenu ctermbg=blue ctermfg=black
-highlight PmenuSel ctermbg=darkblue ctermfg=white
+" Completion color (also nvim LSP hint color)
+"highlight Pmenu ctermbg=blue ctermfg=black
+"highlight PmenuSel ctermbg=darkblue ctermfg=white
" Panel border color
"highlight VertSplit ctermbg=black ctermfg=darkblue
@@ -31,6 +31,9 @@ highlight SpellBad ctermbg=red ctermfg=black
" Comments colors
highlight Comment ctermfg=green
+" QuickFix colors
+highlight QuickFixLine ctermbg=darkblue ctermfg=black
+
" Line size marking
highlight ColorColumn ctermbg=darkblue ctermfg=black
"Redjail Bomb (thx Damian Conway!)