X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=lib%2Fconfig%2Fgit%2Flight_bg;h=d25dc78023b40c484fc5c9d9c09d3a5c6f42f4fa;hb=dbe276e995b35a0f655b5caa3c26d3de7dd0447b;hp=12fffdd3b1c43cd4fab4630cee99b9dfff1aaa31;hpb=a15463978ef0037c2d6a197f152cf185a7ec50a1;p=dotfiles.git diff --git a/lib/config/git/light_bg b/lib/config/git/light_bg index 12fffdd..d25dc78 100644 --- a/lib/config/git/light_bg +++ b/lib/config/git/light_bg @@ -1,25 +1,31 @@ # 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 = blue bold + 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