From 67da2cc72c9ee9a68d5157d2f7866138bc51f089 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 23 Oct 2014 18:33:19 +0400 Subject: [PATCH] .gitconfig: better colors for dark bg --- .gitconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2