diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-05-21 09:11:04 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-05-21 09:11:04 +0200 |
| commit | 3506f13427a01d13b80efd02625e4ec6f34d2955 (patch) | |
| tree | ffacb3d70ec91424babfe93bf342ef2e86336b5f /.vim/vimrc | |
| parent | aac2054e7e8a9bb3f3975a9055aca609c80f2b3f (diff) | |
fixed colors for light theme
Diffstat (limited to '.vim/vimrc')
| -rw-r--r-- | .vim/vimrc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
