From 57ece9e7d42d50622e44c94bd9ee73c21ab31131 Mon Sep 17 00:00:00 2001 From: Dionisio E Alonso Date: Sun, 2 Oct 2022 22:30:10 -0300 Subject: [PATCH] Fix Keyword default color (#281) Co-authored-by: Dionisio E Alonso --- colors/onedark.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/onedark.vim b/colors/onedark.vim index 8d3b861..0f82608 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -206,7 +206,7 @@ call s:h("Conditional", { "fg": s:purple }) " if, then, else, endif, switch, etc call s:h("Repeat", { "fg": s:purple }) " for, do, while, etc. call s:h("Label", { "fg": s:purple }) " case, default, etc. call s:h("Operator", { "fg": s:purple }) " sizeof", "+", "*", etc. -call s:h("Keyword", { "fg": s:red }) " any other keyword +call s:h("Keyword", { "fg": s:purple }) " any other keyword call s:h("Exception", { "fg": s:purple }) " try, catch, throw call s:h("PreProc", { "fg": s:yellow }) " generic Preprocessor call s:h("Include", { "fg": s:blue }) " preprocessor #include