X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fconfig%2Fgit%2Flight_bg;h=73b5840eb9c5718d86755e7250f4b71c0b5a24f9;hb=5080a18901c90727c7dd11cc43bdefbad53f42c7;hp=12fffdd3b1c43cd4fab4630cee99b9dfff1aaa31;hpb=fdbdf000588058f845f8a9edbe5ec3157189f680;p=dotfiles.git diff --git a/lib/config/git/light_bg b/lib/config/git/light_bg index 12fffdd..73b5840 100644 --- a/lib/config/git/light_bg +++ b/lib/config/git/light_bg @@ -1,25 +1,32 @@ # Adapted from http://shallowsky.com/blog/programming/gitcolors.html # and http://www.ansdb.com/649-git-colors-for-light-background [color "branch"] - current = blue + current = green local = normal plain = normal - remote = magenta - upstream = normal + remote = red +[color "decorate"] + HEAD = cyan + branch = green + tag = blue bold [color "diff"] - commit = normal bold + commit = yellow frag = cyan meta = bold - new = blue - old = magenta + new = green + old = red plain = normal whitespace = normal red -[color "decorate"] - HEAD = blue - tag = blue +#[color "grep"] +# match = normal +#[color "interactive"] +# error = normal +# header = normal +# help = normal +# prompt = normal [color "status"] added = blue - changed = blue + changed = red header = normal nobranch = red untracked = red