Sorta half assed apply kanagawa scheme to git
This commit is contained in:
parent
f2b1dbe06e
commit
8584de9aa5
2 changed files with 29 additions and 29 deletions
|
|
@ -18,19 +18,19 @@
|
|||
interactive = always
|
||||
diff = true
|
||||
[color "branch"]
|
||||
current = yellow reverse
|
||||
local = yellow
|
||||
remote = green
|
||||
current = 3 reverse
|
||||
local = 3
|
||||
remote = 2
|
||||
[color "diff"]
|
||||
frag = magenta bold
|
||||
meta = yellow bold
|
||||
new = green bold
|
||||
old = red bold
|
||||
whitespace = red reverse
|
||||
frag = 5 bold
|
||||
meta = 3 bold
|
||||
new = 2 bold
|
||||
old = 1 bold
|
||||
whitespace = 1 reverse
|
||||
[color "status"]
|
||||
added = yellow
|
||||
changed = green
|
||||
untracked = cyan
|
||||
added = 3 bold
|
||||
changed = 2 bold
|
||||
untracked = 4 bold
|
||||
[status]
|
||||
short = true
|
||||
branch = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue