Adjust git colors
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user