From 6b155cc39095f793753c22e01f5151f4d48da07b Mon Sep 17 00:00:00 2001 From: siduck Date: Sat, 26 Mar 2022 22:27:47 +0530 Subject: [PATCH] misc --- lua/base16.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/base16.lua b/lua/base16.lua index 45ae483..53af545 100644 --- a/lua/base16.lua +++ b/lua/base16.lua @@ -180,7 +180,7 @@ local function apply_base16_theme(theme) highlight("TSFloat", theme.base09, nil, "none", nil) highlight("TSFuncBuiltin", theme.base0D, nil, "none", nil) highlight("TSFuncMacro", theme.base08, nil, "none", nil) - highlight("TSKeywordFunction", theme.base0F, nil, "none", nil) + highlight("TSKeywordFunction", theme.base08, nil, "none", nil) highlight("TSKeywordReturn", theme.base0F, nil, "none", nil) highlight("TSKeywordOperator", theme.base0E, nil, "none", nil) highlight("TSMethod", theme.base0D, nil, "none", nil)