aboutsummaryrefslogtreecommitdiffstats
path: root/vim/.vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/vimrc')
-rw-r--r--vim/.vim/vimrc3
1 files changed, 2 insertions, 1 deletions
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