refactor: curseach, search

This commit is contained in:
Max Miliano 2024-04-20 14:04:33 -03:00
parent 245c1d9417
commit 203a58d00a
4 changed files with 12 additions and 12 deletions

View file

@ -68,7 +68,7 @@ endif
hi ColorColumn guifg=NONE guibg=#262626 gui=NONE cterm=NONE
hi Conceal guifg=#44475a guibg=NONE gui=NONE cterm=NONE
hi CurSearch guifg=#adf6f6 guibg=#394552 gui=NONE cterm=NONE
hi CurSearch guifg=#ee6666 guibg=#46333D gui=NONE cterm=NONE
hi Cursor guifg=#282a36 guibg=#adf6f6 gui=NONE cterm=NONE
hi! link lCursor Cursor
hi! link CursorIM Cursor
@ -87,7 +87,7 @@ hi WinSeparator guifg=#7b7f8b guibg=#262626 gui=NONE cterm=NONE
hi Folded guifg=#f8f8f2 guibg=#44475a gui=NONE cterm=NONE
hi FoldColumn guifg=#f8f8f2 guibg=#262626 gui=NONE cterm=NONE
hi! link SignColumn Normal
hi IncSearch guifg=#adf6f6 guibg=#394552 gui=bold cterm=bold
hi IncSearch guifg=#ee6666 guibg=#46333D gui=bold cterm=bold
hi! link Substitute IncSearch
hi LineNr guifg=#7b7f8b guibg=#282a36 gui=NONE cterm=NONE
hi! link LineNrAbove LineNr

View file

@ -68,7 +68,7 @@ endif
hi ColorColumn guifg=NONE guibg=#21222c gui=NONE cterm=NONE
hi Conceal guifg=#44475A guibg=NONE gui=NONE cterm=NONE
hi CurSearch guifg=#8be9fd guibg=#374754 gui=NONE cterm=NONE
hi CurSearch guifg=#ff5555 guibg=#48303B gui=NONE cterm=NONE
hi Cursor guifg=#282a36 guibg=#8be9fd gui=NONE cterm=NONE
hi! link lCursor Cursor
hi! link CursorIM Cursor
@ -87,7 +87,7 @@ hi WinSeparator guifg=#6272a4 guibg=#21222c gui=NONE cterm=NONE
hi Folded guifg=#f8f8f2 guibg=#44475A gui=NONE cterm=NONE
hi FoldColumn guifg=#f8f8f2 guibg=#21222c gui=NONE cterm=NONE
hi! link SignColumn Normal
hi IncSearch guifg=#8be9fd guibg=#374754 gui=bold cterm=bold
hi IncSearch guifg=#ff5555 guibg=#48303B gui=bold cterm=bold
hi! link Substitute IncSearch
hi LineNr guifg=#6272a4 guibg=#282a36 gui=NONE cterm=NONE
hi! link LineNrAbove LineNr

View file

@ -152,8 +152,8 @@ highlights:
- name: Conceal
fg: base02
- name: CurSearch
fg: cyan
bg: shade_cyan
fg: red
bg: shade_red
- name: Cursor
fg: base03
bg: cyan
@ -201,8 +201,8 @@ highlights:
- name: SignColumn
link: Normal
- name: IncSearch
fg: cyan
bg: shade_cyan
fg: red
bg: shade_red
bold: true
gui: bold
transparent: true

View file

@ -151,8 +151,8 @@ highlights:
- name: Conceal
fg: base02
- name: CurSearch
fg: cyan
bg: shade_cyan
fg: red
bg: shade_red
- name: Cursor
fg: base03
bg: cyan
@ -200,8 +200,8 @@ highlights:
- name: SignColumn
link: Normal
- name: IncSearch
fg: cyan
bg: shade_cyan
fg: red
bg: shade_red
bold: true
gui: bold
transparent: true