summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/my_theme.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/my_theme.lua b/lua/my_theme.lua
index 9dcbee9..677149e 100644
--- a/lua/my_theme.lua
+++ b/lua/my_theme.lua
@@ -25,6 +25,7 @@ vim.o.linespace = 0
function fixup_theme()
vim.api.nvim_set_hl(0, "@lsp.type.class.cpp", { link = "@type" })
vim.api.nvim_set_hl(0, "@lsp.type.enum.cpp", { link = "@type" })
+ vim.api.nvim_set_hl(0, "@punctuation.bracket", { link = "@punctuation" })
end
my_switch_theme = function()