Mercurial > ec-dotfiles
diff vendor/vim-packs/srcery-vim/colors/srcery.vim @ 745:a02f25ddadfe default tip
[vendor] update
author | nanaya <me@nanaya.net> |
---|---|
date | Fri, 29 Aug 2025 21:11:41 +0900 |
parents | 2cf87b7ca09a |
children |
line wrap: on
line diff
--- a/vendor/vim-packs/srcery-vim/colors/srcery.vim Wed Feb 05 17:14:38 2025 +0900 +++ b/vendor/vim-packs/srcery-vim/colors/srcery.vim Fri Aug 29 21:11:41 2025 +0900 @@ -1379,6 +1379,30 @@ endif " }}} + " snacks.nvim {{{ + + highlight! link SnacksNormal Normal + highlight! link SnacksNormalNC Normal + highlight! link SnacksPicker Normal + highlight! link SnacksPickerDir Comment + highlight! link SnacksPickerGitStatusIgnored Comment + highlight! link SnacksPickerGitStatusUntracked Comment + highlight! link SnacksPickerPathHidden Comment + highlight! link SnacksPickerPathIgnored Comment + highlight! link SnacksPickerTotals Comment + + " }}} + " trouble.nvim {{{ + + highlight! link TroubleNormal Normal + highlight! link TroubleNormalNC Normal + + " }}} + " which-key.nvim {{{ + + highlight! link WhichKeyNormal Normal + + " }}} endif " }}}