summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-05-21 09:11:04 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-05-21 09:11:04 +0200
commit3506f13427a01d13b80efd02625e4ec6f34d2955 (patch)
treeffacb3d70ec91424babfe93bf342ef2e86336b5f /.vim
parentaac2054e7e8a9bb3f3975a9055aca609c80f2b3f (diff)
fixed colors for light theme
Diffstat (limited to '.vim')
-rw-r--r--.vim/vimrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 5dfdb20..c0d0b16 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -27,13 +27,13 @@ Plug 'preservim/nerdtree'
call plug#end()
-" set background=light
-" colorscheme PaperColor
+set background=light
+colorscheme PaperColor
-set background=dark
-colorscheme dracula
+" set background=dark
+" colorscheme dracula
-hi Normal ctermbg=black
+" hi Normal ctermbg=black
set autoindent
set smartindent
set expandtab