]> git.phdru.name Git - dotfiles.git/blobdiff - lib/config/git/light_bg
Split .gitconfig into 2 color schemas for dark and light bg
[dotfiles.git] / lib / config / git / light_bg
diff --git a/lib/config/git/light_bg b/lib/config/git/light_bg
new file mode 100644 (file)
index 0000000..12fffdd
--- /dev/null
@@ -0,0 +1,26 @@
+# Adapted from http://shallowsky.com/blog/programming/gitcolors.html
+# and http://www.ansdb.com/649-git-colors-for-light-background
+[color "branch"]
+       current = blue
+       local = normal
+       plain = normal
+       remote = magenta
+       upstream = normal
+[color "diff"]
+       commit = normal bold
+       frag = cyan
+       meta = bold
+       new = blue
+       old = magenta
+       plain = normal
+       whitespace = normal red
+[color "decorate"]
+       HEAD = blue
+       tag = blue
+[color "status"]
+       added = blue
+       changed = blue
+       header = normal
+       nobranch = red
+       untracked = red
+       updated = magenta