aboutsummaryrefslogtreecommitdiffstats
path: root/vim/colors/hemisu.vim
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-08-16 17:17:09 +0100
committerMatthew Lemon <y@yulqen.org>2023-08-16 17:17:09 +0100
commit6b2bbed381a1d7c8a7588eada322f9758b07c9eb (patch)
tree17501669feae60e79956c7d4aedfa8864d355bee /vim/colors/hemisu.vim
parente362c45c3329cd260a2932f94ec0a95e90bc5c55 (diff)
Fixes hemisu for vim
Diffstat (limited to '')
-rw-r--r--vim/colors/hemisu.vim8
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" })