mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
rm un-needed highlights
This commit is contained in:
parent
8fc78aca39
commit
0c6dd8be5e
1 changed files with 2 additions and 4 deletions
|
|
@ -185,10 +185,9 @@ local function apply_base16_theme(theme)
|
|||
highlight("TSMethod", theme.base0D, nil, "none", nil)
|
||||
highlight("TSNamespace", theme.base08, nil, "none", nil)
|
||||
highlight("TSNone", theme.base05, nil, "none", nil)
|
||||
highlight("TSParameter", theme.base05, nil, "none", nil)
|
||||
highlight("TSParameter", theme.base08, nil, "none", nil)
|
||||
highlight("TSParameterReference", theme.base05, nil, "none", nil)
|
||||
highlight("TSPunctDelimiter", theme.base0F, nil, "none", nil)
|
||||
highlight("TSPunctBracket", theme.base05, nil, "none", nil)
|
||||
highlight("TSPunctSpecial", theme.base05, nil, "none", nil)
|
||||
highlight("TSStringRegex", theme.base0C, nil, "none", nil)
|
||||
highlight("TSStringEscape", theme.base0C, nil, "none", nil)
|
||||
|
|
@ -201,8 +200,7 @@ local function apply_base16_theme(theme)
|
|||
highlight("TSLiteral", theme.base09, nil, "none", nil)
|
||||
highlight("TSURI", theme.base09, nil, "underline", nil)
|
||||
highlight("TSTypeBuiltin", theme.base0A, nil, "none", nil)
|
||||
highlight("TSVariable", theme.base08, nil, "none", nil)
|
||||
highlight("TSVariableBuiltin", theme.base08, nil, "none", nil)
|
||||
highlight("TSVariableBuiltin", theme.base09, nil, "none", nil)
|
||||
highlight("TSDefinition", nil, nil, "underline", theme.base04)
|
||||
highlight("TSDefinitionUsage", nil, nil, "underline", theme.base04)
|
||||
highlight("TSCurrentScope", nil, nil, "bold", nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue