This commit is contained in:
siduck 2022-03-26 22:30:31 +05:30
parent 6b155cc390
commit d10dd91f06

View file

@ -181,7 +181,7 @@ local function apply_base16_theme(theme)
highlight("TSFuncBuiltin", theme.base0D, nil, "none", nil)
highlight("TSFuncMacro", theme.base08, nil, "none", nil)
highlight("TSKeywordFunction", theme.base08, nil, "none", nil)
highlight("TSKeywordReturn", theme.base0F, nil, "none", nil)
highlight("TSKeywordReturn", theme.base08, nil, "none", nil)
highlight("TSKeywordOperator", theme.base0E, nil, "none", nil)
highlight("TSMethod", theme.base0D, nil, "none", nil)
highlight("TSNamespace", theme.base08, nil, "none", nil)