Disable auto background stuff
Wasn't working all that great for some reason, disabling for now
This commit is contained in:
parent
3aff808933
commit
b138836ec5
1 changed files with 7 additions and 5 deletions
12
vimrc
12
vimrc
|
@ -1,11 +1,13 @@
|
|||
syntax on
|
||||
color solarized
|
||||
|
||||
if exists('theme') && theme == 'light'
|
||||
set background=light
|
||||
else
|
||||
set background=dark
|
||||
endif
|
||||
" if exists('theme') && theme == 'light'
|
||||
" set background=light
|
||||
" else
|
||||
" set background=dark
|
||||
" endif
|
||||
|
||||
set background=dark
|
||||
|
||||
set ai et si sts=2 sw=2 ts=2
|
||||
set hid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue