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