From: Maximilian Friedersdorff Date: Thu, 19 May 2016 10:53:48 +0000 (+0100) Subject: Adjust color for 16 color terminal X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=a05fca40ea9797c19a4658317f2195dc1adf45b0;p=max%2Fdotfiles.git Adjust color for 16 color terminal --- diff --git a/vim/.vimrc b/vim/.vimrc index 6cc614e..e860cc1 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -36,7 +36,6 @@ call vundle#end() " required filetype plugin indent on " required " Random look and feel stuff -set t_Co=16 syntax on set expandtab set shiftwidth=2 @@ -87,7 +86,7 @@ let g:LatexBox_quickfix = 4 let g:clang_user_options='|| exit0' " Color 80th column -highlight ColorColumn ctermbg=237 +highlight ColorColumn ctermbg=1 set colorcolumn=80 " Octave Syntax