diff options
Diffstat (limited to '')
-rw-r--r-- | vim/colors/hemisu.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vim/colors/hemisu.vim b/vim/colors/hemisu.vim index e8d3ab7..95d39e2 100644 --- a/vim/colors/hemisu.vim +++ b/vim/colors/hemisu.vim @@ -175,10 +175,10 @@ call s:h("Constant", { "fg": s:accent6 }) call s:h("Statement", { "fg": s:accent5 }) "call s:h("Number", { "fg": s:lightPurple}) call s:h("Identifier", { "fg": s:norm}) -call s:h("@lsp.mod.declaration", { "fg": s:lightGreen}) -call s:h("@lsp.mod.class", { "fg": s:accent3}) -call s:h("@lsp.typemod.variable.globalScope", { "fg": s:accent6}) -call s:h("@lsp.type.namespace", { "fg": s:norm}) +" call s:h("@lsp.mod.declaration", { "fg": s:lightGreen}) +" call s:h("@lsp.mod.class", { "fg": s:accent3}) +" call s:h("@lsp.typemod.variable.globalScope", { "fg": s:accent6}) +" call s:h("@lsp.type.namespace", { "fg": s:norm}) call s:h("Keyword", { "fg": s:accent5 }) call s:h("Todo", { "fg": s:normRed, "gui": "bold", "cterm": "bold" }) |