From 4ce44871ef4b8da96461b03c749a142d5264a5ee Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 2 Jul 2025 10:57:15 -0400 Subject: update zsh autocomplete/nvim comment color --- home/neovim/init.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'home/neovim/init.lua') diff --git a/home/neovim/init.lua b/home/neovim/init.lua index 7ff402a..7bfbae4 100644 --- a/home/neovim/init.lua +++ b/home/neovim/init.lua @@ -106,9 +106,6 @@ vim.api.nvim_set_hl(0, "Identifier", { fg = config.theme.colors.base05 }) vim.api.nvim_set_hl(0, "TSVariable", { fg = config.theme.colors.base05 }) -- macro should be colored as a keyword vim.api.nvim_set_hl(0, "TSFuncMacro", { fg = config.theme.colors.base0E }) --- comments are too dark -vim.api.nvim_set_hl(0, "Comment", { fg = config.theme.colors.base07 }) -vim.api.nvim_set_hl(0, "@comment", { link = "Comment" }) -- warnings should be yellow vim.api.nvim_set_hl(0, "DiagnosticWarn", { fg = config.theme.colors.base0A }) -- cgit v1.2.3-freya