From a6ecff72f0425cb4cdbd964add33f609395387df Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 8 Sep 2024 17:24:31 -0700 Subject: [PATCH] vim default colors --- vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 7421550..32cb46d 100644 --- a/vimrc +++ b/vimrc @@ -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