summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2019-05-28 23:11:55 +0200
committerjohannst <stoelp@eit.uni-kl.de>2019-05-28 23:11:55 +0200
commitc925264f3a8c3fc3d5acd708d675c34cc8ca31bc (patch)
tree0cecdb577850ee50b73bc43ff5f8f334e5398313 /vimrc
parent0b4c3d2d3c9c34d8e19addf6a1ed4da3f11dee6a (diff)
downloaddotfiles-c925264f3a8c3fc3d5acd708d675c34cc8ca31bc.tar.gz
dotfiles-c925264f3a8c3fc3d5acd708d675c34cc8ca31bc.zip
vimrc: added background setting to get proper color settings
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index b57b7e8..1c659f1 100644
--- a/vimrc
+++ b/vimrc
@@ -132,8 +132,10 @@ if s:IsPluginEnabled('junegunn/fzf.vim')
endif
if s:IsPluginEnabled('chriskempson/base16-vim')
- syntax on
let base16colorspace=256
+ colorscheme base16-spacemacs
+ set background=dark
+ syntax on
else
colorscheme johannst
endif