aboutsummaryrefslogtreecommitdiffstats
path: root/vim/.vim
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2016-02-13 23:31:02 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2016-02-13 23:31:02 +0100
commit75f4cc39d81cee4dec1bca6449c23906ca4de9c5 (patch)
treecd2c064751bc373d1c6d11a3077e2a3761c5a368 /vim/.vim
parent119698645abd886ce966e71a22ef5bb547b7f514 (diff)
downloaddotfiles-75f4cc39d81cee4dec1bca6449c23906ca4de9c5.tar.gz
dotfiles-75f4cc39d81cee4dec1bca6449c23906ca4de9c5.tar.bz2
dotfiles-75f4cc39d81cee4dec1bca6449c23906ca4de9c5.zip
Switched from git-benokai to git-janah
Diffstat (limited to 'vim/.vim')
m---------vim/.vim/bundle/Benokai0
m---------vim/.vim/bundle/vim-janah0
-rw-r--r--vim/.vim/vimrc3
3 files changed, 2 insertions, 1 deletions
diff --git a/vim/.vim/bundle/Benokai b/vim/.vim/bundle/Benokai
deleted file mode 160000
Subproject 6755985641f9b1f795914665235e2be7eee8d27
diff --git a/vim/.vim/bundle/vim-janah b/vim/.vim/bundle/vim-janah
new file mode 160000
Subproject 3bf361edb1039e1de2cb877b5ddebb3c1ac2fe2
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 2f358d2..1dc1e2e 100644
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -16,7 +16,8 @@ filetype plugin indent on
16" Set colorscheme when the terminal has 256 color support 16" Set colorscheme when the terminal has 256 color support
17try 17try
18 if (&t_Co == 256) && match($TERM, "256color") >= 0 18 if (&t_Co == 256) && match($TERM, "256color") >= 0
19 colorscheme Benokai 19 autocmd ColorScheme janah highlight Normal ctermbg=235
20 colorscheme janah
20 else 21 else
21 throw "nocolor" 22 throw "nocolor"
22 endif 23 endif