From e91f74fe9870af005974079f11f6967c3680c51a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 21 May 2024 07:28:55 +0200 Subject: [PATCH] Keep existing colors on sync with latest TreeSitter updates --- CHANGELOG.md | 6 ++++++ colors/smyckblue.vim | 19 +++++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca6d0b..51221f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/colors/smyckblue.vim b/colors/smyckblue.vim index 9c41db5..b31a68e 100644 --- a/colors/smyckblue.vim +++ b/colors/smyckblue.vim @@ -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