aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/init/highlight.vim
blob: 22fe5a383409c91bceec506a8290c7da2c703aef (plain)
1
2
3
4
5
6
7
8
9
10
" highlight MatchParen ctermfg=NONE ctermbg=darkgrey cterm=NONE
hi LuaParen ctermfg=NONE ctermbg=darkgrey cterm=NONE

" Show trailing spaces
match ExtraWhitespace /\s\+$/
hi ExtraWhitespace ctermbg=red guibg=red

hi CursorLine guibg=NONE
" Only works when :set cursorline in neovim
hi CursorLineNr term=bold cterm=bold ctermfg=226 gui=bold guifg=#eeee00