vim default colors

This commit is contained in:
Gabriel Ebner 2024-09-08 17:24:31 -07:00
parent 5d524057ce
commit a6ecff72f0
1 changed files with 3 additions and 2 deletions

5
vimrc
View File

@ -86,7 +86,7 @@ Plug 'sirtaj/vim-openscad'
" Plug 'nanotech/jellybeans.vim'
" Plug 'sonph/onehalf', { 'rtp': 'vim' }
Plug 'polirritmico/monokai-nightasty.nvim'
" Plug 'polirritmico/monokai-nightasty.nvim'
" Plug '~/dgapt', { 'rtp': 'vim' }
@ -176,7 +176,8 @@ let g:jellybeans_overrides = {
" else
" colors jellybeans
" endif
colors monokai-nightasty
" colors monokai-nightasty
colors default
au syntax java setl ts=4 sts=4 sw=4