color.gitconfig 346 B

1234567891011121314151617181920212223
  1. [color]
  2. ui = true
  3. [color "grep"]
  4. match = 33
  5. [color "status"]
  6. header = 8
  7. added = 10
  8. changed = 9
  9. untracked = 3
  10. branch = 0 5
  11. # Because you want an even more unnerving detatched head state
  12. nobranch = bold ul blink 1
  13. [color "diff"]
  14. meta = 8
  15. func = 6
  16. frag = 8
  17. old = 9
  18. context = 7
  19. new = 10