vim dictionary update; switch comments to use "grey"

This commit is contained in:
Wryn (yage) Wagner 2025-05-25 12:28:13 -06:00
parent 60bc819ba7
commit d3fd54049d
Signed by: wrynegade
SSH Key Fingerprint: SHA256:zBGO05Uz1oT7pnehoPelgUmYX632oFjt3MBH0MlEvrs
3 changed files with 2 additions and 0 deletions

View File

@ -117,3 +117,4 @@ test
When When
exit exit
use use
Blowin

Binary file not shown.

View File

@ -9,6 +9,7 @@ highlight LineNr ctermbg=NONE guibg=NO
highlight SpellBad cterm=bold gui=bold ctermbg=NONE guibg=NONE ctermfg=red guifg=red highlight SpellBad cterm=bold gui=bold ctermbg=NONE guibg=NONE ctermfg=red guifg=red
highlight SpellCap cterm=undercurl gui=undercurl ctermbg=NONE guibg=NONE ctermfg=darkred guifg=darkred highlight SpellCap cterm=undercurl gui=undercurl ctermbg=NONE guibg=NONE ctermfg=darkred guifg=darkred
highlight comment cterm=NONE gui=NONE ctermbg=NONE guibg=NONE ctermfg=grey guifg=grey
highlight TabLineFill cterm=bold gui=bold ctermbg=NONE guibg=NONE highlight TabLineFill cterm=bold gui=bold ctermbg=NONE guibg=NONE
highlight TabLine cterm=NONE gui=NONE ctermbg=NONE guibg=NONE ctermfg=darkgray guifg=darkgray highlight TabLine cterm=NONE gui=NONE ctermbg=NONE guibg=NONE ctermfg=darkgray guifg=darkgray