dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 5c0e2a0a48dc8608ffa465c1320774d26ba8e400
parent 1ea3085bd30d6e0716d6f5530facdaf12c7f42e8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  8 Feb 2019 14:55:01 +0100

Enable color column but choose a subtle color

Diffstat:
Mlinks/.vim/plugin/appearance.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/links/.vim/plugin/appearance.vim b/links/.vim/plugin/appearance.vim @@ -3,11 +3,11 @@ "set t_Co=256 " highlight 80th column -"set colorcolumn=+1 +set colorcolumn=+1 function! ColorSchemeTweaks() abort - highlight ColorColumn ctermbg=237 + highlight ColorColumn ctermbg=233 highlight Normal cterm=NONE ctermfg=NONE ctermbg=NONE highlight Search cterm=NONE ctermfg=black ctermbg=2