]> git.phdru.name Git - dotfiles.git/blobdiff - lib/config/git/light_bg
.vim, git: change colors
[dotfiles.git] / lib / config / git / light_bg
index 12fffdd3b1c43cd4fab4630cee99b9dfff1aaa31..d25dc78023b40c484fc5c9d9c09d3a5c6f42f4fa 100644 (file)
@@ -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