Keep existing colors on sync with latest TreeSitter updates

This commit is contained in:
Daniel Siepmann 2024-05-21 07:28:55 +02:00
parent 244b4bf6c6
commit e91f74fe98
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 21 additions and 4 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## v1.7.0 2024-05-21
### Added
- Keep existing colors on sync with latest treesitter updates.
## v1.6.0 2024-02-12
### Added

View file

@ -88,10 +88,14 @@ hi @constructor cterm=none ctermbg=none ctermfg=white
hi @variable cterm=none ctermbg=none ctermfg=blue
hi @variable.builtin cterm=none ctermbg=none ctermfg=blue
hi @property cterm=none ctermbg=none ctermfg=blue
hi @method cterm=none ctermbg=none ctermfg=white
hi @method.call cterm=none ctermbg=none ctermfg=white
hi link @function.call @method.call
hi link @function.builtin @function.call
hi @method cterm=none ctermbg=none ctermfg=blue
hi @operator cterm=none ctermbg=none ctermfg=green
hi link @method.call @method
hi link @function @method
hi link @function.method @function
hi link @function.call @function
hi link @function.method.call @function.method
hi link @function.builtin @function
hi @attribute cterm=none ctermbg=none ctermfg=blue
hi link @text @string
hi link @punctuation @operator
@ -136,6 +140,10 @@ hi @markup.heading.6.markdown cterm=none ctermbg=none ctermfg=blue
hi link @keyword.operator.sql @type.builtin
hi link @keyword.sql @type.builtin
" XML Treesitter
hi link xmlTag Identifier
hi link xmlTagName Identifier
" PHPDoc Treesitter (Keep everything as comment)
hi link @type.phpdoc @comment
hi link @attribute.phpdoc @comment
@ -157,6 +165,9 @@ hi link diffFile diffSubname
hi link diffNewFile diffSubname
hi link diffOldFile diffSubname
hi diffAdded cterm=none ctermbg=none ctermfg=12
hi diffRemoved cterm=none ctermbg=none ctermfg=6
" Spell
hi SpellBad cterm=none ctermbg=1 ctermfg=15 gui=none guifg=#F7F7F7
hi SpellCap cterm=none ctermbg=4 ctermfg=15 gui=none guifg=#F7F7F7