nvim: Limpiar y hacer mas oscuros los comentarios

This commit is contained in:
Cat /dev/Nulo 2022-01-06 21:11:55 -03:00
parent 789ab805f8
commit 75f4cafeb5

View file

@ -9,9 +9,11 @@ set ignorecase smartcase
set updatetime=250
set termguicolors
" colorscheme rose-pine
colorscheme paige
" autocmd ColorScheme * highlight! Normal guibg=NONE
highlight! Comment guifg=#474747 guibg=#ffffff
highlight! htmlComment guifg=#474747 guibg=#ffffff
highlight! htmlCommentPart guifg=#474747 guibg=#ffffff
highlight! gitcommitComment guifg=#474747 guibg=#ffffff
set completeopt=menu,menuone,noselect