From 75f4cc39d81cee4dec1bca6449c23906ca4de9c5 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 13 Feb 2016 23:31:02 +0100 Subject: Switched from git-benokai to git-janah --- vim/.vim/bundle/Benokai | 1 - vim/.vim/bundle/vim-janah | 1 + vim/.vim/vimrc | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 160000 vim/.vim/bundle/Benokai create mode 160000 vim/.vim/bundle/vim-janah (limited to 'vim') diff --git a/vim/.vim/bundle/Benokai b/vim/.vim/bundle/Benokai deleted file mode 160000 index 6755985..0000000 --- a/vim/.vim/bundle/Benokai +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6755985641f9b1f795914665235e2be7eee8d272 diff --git a/vim/.vim/bundle/vim-janah b/vim/.vim/bundle/vim-janah new file mode 160000 index 0000000..3bf361e --- /dev/null +++ b/vim/.vim/bundle/vim-janah @@ -0,0 +1 @@ +Subproject commit 3bf361edb1039e1de2cb877b5ddebb3c1ac2fe2f 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 " Set colorscheme when the terminal has 256 color support try if (&t_Co == 256) && match($TERM, "256color") >= 0 - colorscheme Benokai + autocmd ColorScheme janah highlight Normal ctermbg=235 + colorscheme janah else throw "nocolor" endif -- cgit v1.2.3