Skip to content

Commit

Permalink
gitconfig: swap colors
Browse files Browse the repository at this point in the history
  • Loading branch information
niclas committed Feb 23, 2024
1 parent da19a0e commit b2506f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
[commit]
verbose = true
[color "status"]
untracked = yellow
changed = yellow
added = blue
untracked = blue
changed = blue
added = yellow
[color "diff"]
old = yellow
new = blue
old = blue
new = yellow
[color "branch"]
current = blue
current = yellow

0 comments on commit b2506f5

Please sign in to comment.