]> git.phdru.name Git - dotfiles.git/blobdiff - lib/config/git/dark_bg
Split .gitconfig into 2 color schemas for dark and light bg
[dotfiles.git] / lib / config / git / dark_bg
diff --git a/lib/config/git/dark_bg b/lib/config/git/dark_bg
new file mode 100644 (file)
index 0000000..12c9f7c
--- /dev/null
@@ -0,0 +1,27 @@
+[color "branch"]
+       current = green
+       local = normal
+       plain = normal
+       remote = magenta
+[color "diff"]
+       commit = bold yellow
+       frag = cyan
+       meta = cyan
+       new = green
+       old = magenta
+       plain = normal
+       whitespace = normal red
+[color "grep"]
+       match = normal
+[color "interactive"]
+       error = normal
+       header = normal
+       help = normal
+       prompt = normal
+[color "status"]
+       added = cyan
+       changed = magenta
+       header = normal
+       nobranch = red
+       untracked = red
+       updated = green