From: Maximilian Friedersdorff Date: Thu, 19 May 2016 09:53:39 +0000 (+0000) Subject: Appropriate colors for 16 color terminal X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=57fc64c9f0143865e8d319adeebeeb399bd611d8;p=max%2Fdotfiles.git Appropriate colors for 16 color terminal --- diff --git a/vim_lite/.vimrc b/vim_lite/.vimrc index aec79e6..23040ef 100644 --- a/vim_lite/.vimrc +++ b/vim_lite/.vimrc @@ -6,7 +6,6 @@ filetype off " required filetype plugin indent on " required " Random look and feel stuff -set t_Co=256 syntax on set background=dark set expandtab @@ -15,5 +14,5 @@ set softtabstop=2 set number " Color 80th column -highlight ColorColumn ctermbg=237 +highlight ColorColumn ctermbg=1 set colorcolumn=80