aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rwxr-xr-xvim/.vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc
index 9320e3f..8785a22 100755
--- a/vim/.vim/vimrc
+++ b/vim/.vim/vimrc
@@ -61,7 +61,7 @@ set cursorline
61" Set colorscheme when the terminal has 256 color support 61" Set colorscheme when the terminal has 256 color support
62try 62try
63 if (&t_Co == 256) && match($TERM, "256color") >= 0 63 if (&t_Co == 256) && match($TERM, "256color") >= 0
64 autocmd ColorScheme janah highlight Normal ctermbg=235 64 " autocmd ColorScheme janah highlight Normal ctermbg=235
65 colorscheme janah 65 colorscheme janah
66 else 66 else
67 throw "nocolor" 67 throw "nocolor"