aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-snazzy.vim
diff options
context:
space:
mode:
authorMichaël Ball <git@michaelball.name>2021-11-21 16:12:33 +0000
committerMichaël Ball <git@michaelball.name>2021-11-21 16:12:33 +0000
commit2ebcc12fcd5c74a4258dd0c517cf9182db6f7abc (patch)
tree16e40917a46ac2a83016985e437968283f2b4898 /colors/base16-snazzy.vim
parentcbc9a38e0f72561565f1e6710ea08afdf207da86 (diff)
Add updated themes
Diffstat (limited to 'colors/base16-snazzy.vim')
-rw-r--r--colors/base16-snazzy.vim23
1 files changed, 22 insertions, 1 deletions
diff --git a/colors/base16-snazzy.vim b/colors/base16-snazzy.vim
index ff284dc..71b570a 100644
--- a/colors/base16-snazzy.vim
+++ b/colors/base16-snazzy.vim
@@ -2,7 +2,7 @@
" base16-vim (https://github.com/chriskempson/base16-vim)
" by Chris Kempson (http://chriskempson.com)
-" Snazzy scheme by Chawye Hsu (https://github.com/h404bi) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
+" Snazzy scheme by Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
" This enables the coresponding base16-shell script to run so that
" :colorscheme works in terminals supported by base16-shell scripts
@@ -405,6 +405,27 @@ call <sid>hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "")
" Java highlighting
call <sid>hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "")
+" Treesitter
+call <sid>hi("TSNote", s:gui00, s:gui0D, s:cterm00, s:cterm0D, "", "")
+call <sid>hi("TSWarning", s:gui00, s:gui0A, s:cterm00, s:cterm0A, "", "")
+call <sid>hi("TSWarning", s:gui00, s:gui08, s:cterm00, s:cterm08, "", "")
+call <sid>hi("TSConstructor", s:gui0D, "", s:cterm0D, "", "", "")
+call <sid>hi("TSField", s:gui0D, "", s:cterm0D, "", "", "")
+call <sid>hi("TSKeyword", s:gui0E, "", s:cterm0E, "", "", "")
+call <sid>hi("TSKeywordFunction", s:gui0E, "", s:cterm0E, "", "", "")
+call <sid>hi("TSLabel", s:gui0D, "", s:cterm0D, "", "", "")
+call <sid>hi("TSOperator", s:gui05, "", s:cterm05, "", "", "")
+call <sid>hi("TSParameter", s:gui0D, "", s:cterm0D, "", "", "")
+call <sid>hi("TSProperty", s:gui0D, "", s:cterm0D, "", "", "")
+call <sid>hi("TSPunctDelimiter", s:gui05, "", s:cterm05, "", "", "")
+call <sid>hi("TSPunctBracket", s:gui0C, "", s:cterm0C, "", "", "")
+call <sid>hi("TSPunctSpecial", s:gui05, "", s:cterm05, "", "", "")
+call <sid>hi("TSStringRegex", s:gui0C, "", s:cterm0C, "", "", "")
+call <sid>hi("TSStringEscape", s:gui0C, "", s:cterm0C, "", "", "")
+call <sid>hi("TSVariable", s:gui08, "", s:cterm08, "", "", "")
+call <sid>hi("TSVariableBuiltin", s:gui08, "", s:cterm08, "", "", "")
+call <sid>hi("TSTextReference", s:gui0C, "", s:cterm0C, "", "", "")
+
" Remove functions
delf <sid>hi