show comments in vim's default color (blue)

This commit is contained in:
Vladan Popovic 2024-06-10 12:37:48 +02:00
parent f7e73a3eb3
commit 713c83768b
1 changed files with 0 additions and 1 deletions

View File

@ -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'