Fix colorschemes

This commit is contained in:
Julian Ospald 2018-06-14 02:27:09 +02:00
parent 75731d35c2
commit 5960256ae0
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28

17
vimrc
View File

@ -272,7 +272,15 @@ let g:BASH_Ctrl_j = 'off'
"set t_Co=256
"let g:solarized_termcolors=256
if has('gui_running')
set background=dark
colorscheme solarized
else
set background=dark
colorscheme solarized
endif
if has("nvim")
if exists('g:GtkGuiLoaded')
let g:neosolarized_contrast = "normal"
let g:neosolarized_visibility = "normal"
let g:neosolarized_vertSplitBgTrans = 0
@ -282,11 +290,6 @@ if has('gui_running')
set background=dark
colorscheme NeoSolarized
else
set background=dark
colorscheme solarized
endif
else
if has("nvim")
let g:neosolarized_contrast = "normal"
let g:neosolarized_visibility = "normal"
let g:neosolarized_vertSplitBgTrans = 0
@ -295,11 +298,9 @@ else
let g:neosolarized_italic = 1
set background=dark
colorscheme NeoSolarized
else
set background=dark
colorscheme solarized
endif
endif
" ===========================
" Solarized stuff