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/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vim/.vim/vimrc') 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