1
0
Fork 0

neovim: Force highlight links to override defaults

This commit is contained in:
Jeremy Kaplan 2022-06-09 14:58:25 -07:00
commit 7a561a07ca
2 changed files with 10 additions and 10 deletions

View file

@ -10,7 +10,7 @@ hi Normal cterm=none ctermfg=254 ctermbg=235
hi Cursor cterm=none ctermbg=255 hi Cursor cterm=none ctermbg=255
hi CursorLine cterm=none ctermbg=232 hi CursorLine cterm=none ctermbg=232
hi link CursorColumn CursorLine hi! link CursorColumn CursorLine
hi LineNr cterm=none ctermfg=245 ctermbg=235 hi LineNr cterm=none ctermfg=245 ctermbg=235
" hi link LineNrAbove LineNr " hi link LineNrAbove LineNr
@ -41,9 +41,9 @@ hi PmenuSbar cterm=none ctermbg=236
hi PmenuThumb cterm=none ctermfg=254 hi PmenuThumb cterm=none ctermfg=254
hi SpellBad NONE cterm=underline hi SpellBad NONE cterm=underline
hi link SpellCap SpellBad hi! link SpellCap SpellBad
hi link SpellLocal SpellBad hi! link SpellLocal SpellBad
hi link SpellRare SpellBad hi! link SpellRare SpellBad
hi StatusLine cterm=none ctermfg=255 ctermbg=238 hi StatusLine cterm=none ctermfg=255 ctermbg=238
hi StatusLineNC cterm=none ctermfg=243 ctermbg=236 hi StatusLineNC cterm=none ctermfg=243 ctermbg=236
@ -98,7 +98,7 @@ hi PreProc cterm=none ctermfg=77
" hi link PreCondit PreProc " hi link PreCondit PreProc
hi Type cterm=none ctermfg=184 hi Type cterm=none ctermfg=184
hi link StorageClass Type hi! link StorageClass Type
" hi link Structure Type " hi link Structure Type
" hi link Typedef Type " hi link Typedef Type

View file

@ -10,7 +10,7 @@ hi Normal cterm=none ctermfg=233 ctermbg=255
hi Cursor cterm=none ctermbg=232 hi Cursor cterm=none ctermbg=232
hi CursorLine cterm=none ctermbg=254 hi CursorLine cterm=none ctermbg=254
hi link CursorColumn CursorLine hi! link CursorColumn CursorLine
hi LineNr cterm=none ctermfg=248 ctermbg=255 hi LineNr cterm=none ctermfg=248 ctermbg=255
" hi link LineNrAbove LineNr " hi link LineNrAbove LineNr
@ -41,9 +41,9 @@ hi PmenuSbar cterm=none ctermbg=251
hi PmenuThumb cterm=none ctermfg=233 hi PmenuThumb cterm=none ctermfg=233
hi SpellBad NONE cterm=underline hi SpellBad NONE cterm=underline
hi link SpellCap SpellBad hi! link SpellCap SpellBad
hi link SpellLocal SpellBad hi! link SpellLocal SpellBad
hi link SpellRare SpellBad hi! link SpellRare SpellBad
hi StatusLine cterm=none ctermfg=232 ctermbg=245 hi StatusLine cterm=none ctermfg=232 ctermbg=245
hi StatusLineNC cterm=none ctermfg=244 ctermbg=251 hi StatusLineNC cterm=none ctermfg=244 ctermbg=251
@ -98,7 +98,7 @@ hi PreProc cterm=none ctermfg=88
" hi link PreCondit PreProc " hi link PreCondit PreProc
hi Type cterm=none ctermfg=92 hi Type cterm=none ctermfg=92
hi link StorageClass Type hi! link StorageClass Type
" hi link Structure Type " hi link Structure Type
" hi link Typedef Type " hi link Typedef Type