mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 11:03:49 -05:00
Fix Keyword default color (#281)
Co-authored-by: Dionisio E Alonso <dionisio.alonso@comprandoengrupo.net>
This commit is contained in:
committed by
GitHub
parent
1fe54f212f
commit
57ece9e7d4
@@ -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("Repeat", { "fg": s:purple }) " for, do, while, etc.
|
||||||
call s:h("Label", { "fg": s:purple }) " case, default, etc.
|
call s:h("Label", { "fg": s:purple }) " case, default, etc.
|
||||||
call s:h("Operator", { "fg": s:purple }) " sizeof", "+", "*", 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("Exception", { "fg": s:purple }) " try, catch, throw
|
||||||
call s:h("PreProc", { "fg": s:yellow }) " generic Preprocessor
|
call s:h("PreProc", { "fg": s:yellow }) " generic Preprocessor
|
||||||
call s:h("Include", { "fg": s:blue }) " preprocessor #include
|
call s:h("Include", { "fg": s:blue }) " preprocessor #include
|
||||||
|
|||||||
Reference in New Issue
Block a user