Skip to content

Commit

Permalink
Fix default colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdjeg committed Mar 18, 2018
1 parent 6feff44 commit 0a7ce77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/general.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if g:spacevim_enable_guicolors == 1
set guicolors
endif
endif
if SpaceVim#layers#isLoaded('colorscheme') && g:spacevim_colorscheme !=# '' "{{{
if g:spacevim_colorscheme !=# '' "{{{
try
exec 'set background=' . g:spacevim_colorscheme_bg
exec 'colorscheme ' . g:spacevim_colorscheme
Expand Down
2 changes: 1 addition & 1 deletion ginit.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if exists('g:GuiLoaded')
else
exe 'Guifont! ' . g:spacevim_guifont
endif
if SpaceVim#layers#isLoaded('colorscheme') && g:spacevim_colorscheme !=# '' "{{{
if g:spacevim_colorscheme !=# '' "{{{
try
exec 'set background=' . g:spacevim_colorscheme_bg
exec 'colorscheme ' . g:spacevim_colorscheme
Expand Down

0 comments on commit 0a7ce77

Please sign in to comment.