diff options
Diffstat (limited to 'vim/.vim')
| -rwxr-xr-x | vim/.vim/vimrc | 2 |
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 |
| 62 | try | 62 | try |
| 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" |
