feat(hl): Add CurSearch (#83)

This commit is contained in:
Wadii Hajji
2022-05-01 03:07:49 +02:00
committed by GitHub
parent 1e0b792efd
commit e4def19944
14 changed files with 21 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ if &background ==# 'dark'
highlight Identifier guifg=#BFCADB guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link TSVariable Identifier
highlight IncSearch guifg=#2F3541 guibg=#D1BACD guisp=NONE gui=bold cterm=bold
highlight! link CurSearch IncSearch
highlight IndentBlanklineChar guifg=#474E5B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
highlight! link TSEmphasis Italic