Adjust git colors
parent
e1a7513d76
commit
ab35820b2f
12
.gitconfig
12
.gitconfig
|
@ -39,14 +39,14 @@
|
||||||
newHighlight = "green bold 22"
|
newHighlight = "green bold 22"
|
||||||
|
|
||||||
[color "branch"]
|
[color "branch"]
|
||||||
current = yellow reverse
|
current = normal bold
|
||||||
local = yellow
|
local = normal
|
||||||
remote = green
|
remote = normal italic
|
||||||
|
|
||||||
[color "status"]
|
[color "status"]
|
||||||
added = yellow
|
added = green
|
||||||
changed = green
|
changed = yellow
|
||||||
untracked = cyan
|
untracked = normal italic
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache --timeout=3600
|
helper = cache --timeout=3600
|
||||||
|
|
Loading…
Reference in New Issue