feat: switch to light

This commit is contained in:
VC
2024-07-05 11:53:48 +02:00
parent e1aed3e3b1
commit 3a0363a5ac

View File

@@ -6,7 +6,7 @@ set tabstop=4
set shiftwidth=4 set shiftwidth=4
set softtabstop=-1 set softtabstop=-1
syntax on syntax on
set background=dark set background=light
set list listchars=tab:»\ ,extends:,precedes:,nbsp,trail set list listchars=tab:»\ ,extends:,precedes:,nbsp,trail
colorscheme solarized colorscheme solarized
filetype plugin indent on filetype plugin indent on