From be5fcc272550855943b29ca46d7ce1604581a509 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Wed, 9 Oct 2013 11:59:24 +0200 Subject: [PATCH] colors in git --- .vimrc | 6 +++--- gitconfig_mac | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index 71b03b33..48f44783 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,3 @@ -set t_Co=256 -syntax on - " Shortcut to rapidly toggle `set list` nmap l :set list! " Use the same symbols as TextMate for tabstops and EOLs @@ -10,6 +7,9 @@ set listchars=tab:▸\ ,eol:¬ highlight NonText guifg=#4a4a59 highlight SpecialKey guifg=#4a4a59 +set t_Co=256 +syntax on + set background=dark color solarized colorscheme solarized diff --git a/gitconfig_mac b/gitconfig_mac index 3342d946..8c170f8d 100644 --- a/gitconfig_mac +++ b/gitconfig_mac @@ -27,3 +27,5 @@ trustExitCode = true [push] default = simple +[color] + ui = true