summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authornotken12 <kendotzhou@gmail.com>2022-10-30 11:30:01 -0400
committernotken12 <kendotzhou@gmail.com>2022-10-30 11:30:01 -0400
commit94492dda311e04f8054efb8234b0717b0cccac2e (patch)
tree8e1b93e5515da9d1439496726c10350cdbe8ea8f /src
parentremove dash names (diff)
new treesitter highlights
Diffstat (limited to 'src')
-rw-r--r--src/template-nvchad.toml110
1 files changed, 55 insertions, 55 deletions
diff --git a/src/template-nvchad.toml b/src/template-nvchad.toml
index 23c797b..955b235 100644
--- a/src/template-nvchad.toml
+++ b/src/template-nvchad.toml
@@ -1,7 +1,7 @@
[information]
name = "nvchad"
background = "dark"
-author = 'Ken Zhou <kendotzhou@gmail.com>'
+author = 'Ken Zhou <kendotzhou"@gmail.com>'
[palette]
@@ -103,60 +103,60 @@ TabLineSel = 'white line'
TabLineFill = 'line line'
[Treesitter]
-TSComment = 'link:Comment'
-TSAnnotation = 'base0F'
-TSAttribute = 'base0A'
-TSConstructor = 'base0C'
-# TSType = 'cyan'
-TSTypeBuiltin = 'base0A'
-TSConditional = 'link:Conditional'
-TSException = 'base08'
-TSInclude = 'link:Include'
-TSKeywordReturn = 'base0E'
-TSKeyword = 'base0E'
-TSKeywordFunction = 'base0E'
-# TSLabel = 'cyan'
-TSNamespace = 'base08'
-# TSRepeat = 'yellow'
-# TSConstant = 'orange'
-TSConstBuiltin = 'base09'
-TSFloat = 'base09'
-# TSNumber = 'orange'
-# TSBoolean = 'orange'
-TSCharacter = 'base08'
-TSError = 'base08'
-TSFunction = 'base0D'
-TSFuncBuiltin = 'base0D'
-TSMethod = 'base0D'
-TSConstMacro = 'base08'
-TSFuncMacro = 'base08'
-TSVariable = 'base05'
-TSVariableBuiltin = 'base09'
-TSProperty = 'base08'
-TSField = 'base0D'
-TSParameter = 'base08'
-TSParameterReference = 'base05'
-TSSymbol = 'base0B'
-TSText = 'base05'
-# TSOperator = 'base05'
-TSPunctDelimiter = 'base0F'
-TSTagDelimiter = 'base0F'
-TSTagAttribute = 'link:TSProperty'
-TSPunctBracket = 'base0F'
-TSPunctSpecial = 'base08'
-# TSString = 'green'
-TSStringRegex = 'base0C'
-TSStringEscape = 'base0C'
-# TSTag = 'blue'
-TSEmphasis = 'base09'
-# TSUnderline = '- - u'
-# TSTitle = 'base05 - -'
-TSLiteral = 'base09'
-TSURI = 'base09'
-TSKeywordOperator = 'base0E'
-# TSStructure = 'cyan'
-TSStrong = '- - b'
-# TSQueryLinterError = 'base09'
+"@annotation" = 'base0F'
+"@attribute" = 'base0A'
+"@constructor" = 'base0C'
+#" TSType = 'cyan'
+"@type.builtin" = 'base0A'
+"@conditional" = 'link:Conditional'
+"@exception" = 'base08'
+"@include" = 'link:Include'
+"@keyword.return" = 'base0E'
+"@keyword" = 'base0E'
+"@keyword.function" = 'base0E'
+#" TSLabel = 'cyan'
+"@namespace" = 'base08'
+#" TSRepeat = 'yellow'
+#" TSConstant = 'orange'
+"@constant.builtin" = 'base09'
+"@float" = 'base09'
+#" TSNumber = 'orange'
+#" TSBoolean = 'orange'
+"@character" = 'base08'
+"@error" = 'base08'
+"@function" = 'base0D'
+"@function.builtin" = 'base0D'
+"@method" = 'base0D'
+"@constant.macro" = 'base08'
+"@function.macro" = 'base08'
+"@variable" = 'base05'
+"@variable.builtin" = 'base09'
+"@property" = 'base08'
+"@field" = 'base0D'
+"@parameter" = 'base08'
+"@parameter.reference" = 'base05'
+"@symbol" = 'base0B'
+"@text" = 'base05'
+#" "@Operator = 'base05'
+"@punctuation.delimiter" = 'base0F'
+"@tag.delimiter" = 'base0F'
+"@tag.attribute" = 'link:@Property'
+"@punctuation.bracket" = 'base0F'
+"@punctuation.special" = 'base08'
+#" "@String = 'green'
+"@string.regex" = 'base0C'
+"@string.escape" = 'base0C'
+#" "@Tag = 'blue'
+"@emphasis" = 'base09'
+#" "@Underline = '- - u'
+#" "@Title = 'base05 - -'
+"@literal" = 'base09'
+"@text.uri" = 'base09'
+"@keyword.operator" = 'base0E'
+#" "@Structure = 'cyan'
+"@strong" = '- - b'
+#" "@QueryLinterError = 'base09'
+"@scope" = '- - b'
TreesitterContext = 'link:CursorLine'
[markdown]