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

@@ -119,6 +119,7 @@ if &background ==# 'dark'
highlight Identifier guifg=#CAB0AF guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link TSVariable Identifier
highlight IncSearch guifg=#1A1825 guibg=#B48DE0 guisp=NONE gui=bold cterm=bold
highlight! link CurSearch IncSearch
highlight IndentBlanklineChar guifg=#353345 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
highlight! link TSEmphasis Italic
@@ -365,6 +366,7 @@ else
highlight Identifier guifg=#935855 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link TSVariable Identifier
highlight IncSearch guifg=#FBF6F0 guibg=#A18EB6 guisp=NONE gui=bold cterm=bold
highlight! link CurSearch IncSearch
highlight IndentBlanklineChar guifg=#E8D1B3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
highlight! link TSEmphasis Italic