From: Oleg Broytman Date: Thu, 23 Oct 2014 14:33:19 +0000 (+0400) Subject: .gitconfig: better colors for dark bg X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=67da2cc72c9ee9a68d5157d2f7866138bc51f089 .gitconfig: better colors for dark bg --- diff --git a/.gitconfig b/.gitconfig index 3a87142..f911284 100644 --- a/.gitconfig +++ b/.gitconfig @@ -22,7 +22,7 @@ # current = green # local = normal # plain = normal -# remote = red +# remote = magenta # -- light bg -- current = blue local = normal @@ -33,9 +33,9 @@ # -- default -- # commit = yellow # frag = cyan -# meta = bold +# meta = cyan # new = green -# old = red +# old = magenta # plain = normal # whitespace = normal red # -- light bg -- @@ -61,8 +61,8 @@ # prompt = normal [color "status"] # -- default -- -# added = red -# changed = red +# added = cyan +# changed = magenta # header = normal # nobranch = red # untracked = red