Skip to content

Commit

Permalink
Fix Keyword default color (#281)
Browse files Browse the repository at this point in the history
Co-authored-by: Dionisio E Alonso <[email protected]>
  • Loading branch information
baco and baco-ceg authored Oct 3, 2022
1 parent 1fe54f2 commit 57ece9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/onedark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57ece9e

Please sign in to comment.