show comments in vim's default color (blue)
This commit is contained in:
parent
f7e73a3eb3
commit
713c83768b
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue