Skip to content

Commit d705764

Browse files
sebastian-deroosta
authored andcommitted
fix: adjust highlights for common LazyVim plugins
1 parent fa2242a commit d705764

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

colors/srcery.vim

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,30 @@ if has('nvim')
13781378

13791379
endif
13801380

1381+
" }}}
1382+
" snacks.nvim {{{
1383+
1384+
highlight! link SnacksNormal Normal
1385+
highlight! link SnacksNormalNC Normal
1386+
highlight! link SnacksPicker Normal
1387+
highlight! link SnacksPickerDir Comment
1388+
highlight! link SnacksPickerGitStatusIgnored Comment
1389+
highlight! link SnacksPickerGitStatusUntracked Comment
1390+
highlight! link SnacksPickerPathHidden Comment
1391+
highlight! link SnacksPickerPathIgnored Comment
1392+
highlight! link SnacksPickerTotals Comment
1393+
1394+
" }}}
1395+
" trouble.nvim {{{
1396+
1397+
highlight! link TroubleNormal Normal
1398+
highlight! link TroubleNormalNC Normal
1399+
1400+
" }}}
1401+
" which-key.nvim {{{
1402+
1403+
highlight! link WhichKeyNormal Normal
1404+
13811405
" }}}
13821406
endif
13831407

0 commit comments

Comments
 (0)