From 713c83768b4f0645a873de686e4576d615d4f612 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 10 Jun 2024 12:37:48 +0200 Subject: [PATCH] show comments in vim's default color (blue) --- lua/theme.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/theme.lua b/lua/theme.lua index 3d4fe4f..37e1f6d 100644 --- a/lua/theme.lua +++ b/lua/theme.lua @@ -8,7 +8,6 @@ vim.cmd 'set notermguicolors' vim.cmd 'highlight Visual cterm=bold ctermbg=Grey ctermfg=none' vim.cmd 'highlight Search ctermfg=Black' -vim.cmd 'highlight Comment ctermfg=DarkGrey' vim.cmd 'highlight SignColumn ctermbg=none' vim.cmd 'highlight LineNr ctermbg=none ctermfg=DarkGrey' vim.cmd 'highlight Folded ctermbg=LightGrey ctermfg=Black'