From 6b2bbed381a1d7c8a7588eada322f9758b07c9eb Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 16 Aug 2023 17:17:09 +0100 Subject: Fixes hemisu for vim --- vim/colors/hemisu.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vim/colors/hemisu.vim') 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" }) -- cgit v1.2.3