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
|
|
@ -5,23 +5,23 @@ background = 1f1f28
|
||||||
selection-foreground = c8c093
|
selection-foreground = c8c093
|
||||||
selection-background = 2d4f67
|
selection-background = 2d4f67
|
||||||
|
|
||||||
regular0 = 090618
|
regular0 = #090618
|
||||||
regular1 = c34043
|
regular1 = #c34043
|
||||||
regular2 = 76946a
|
regular2 = #76946a
|
||||||
regular3 = c0a36e
|
regular3 = #c0a36e
|
||||||
regular4 = 7e9cd8
|
regular4 = #7e9cd8
|
||||||
regular5 = 957fb9
|
regular5 = #957fb9
|
||||||
regular6 = 6a9589
|
regular6 = #6a9589
|
||||||
regular7 = c8c093
|
regular7 = #c8c093
|
||||||
|
|
||||||
bright0 = 727169
|
bright0 = #727169
|
||||||
bright1 = e82424
|
bright1 = #e82424
|
||||||
bright2 = 98bb6c
|
bright2 = #98bb6c
|
||||||
bright3 = e6c384
|
bright3 = #e6c384
|
||||||
bright4 = 7fb4ca
|
bright4 = #7fb4ca
|
||||||
bright5 = 938aa9
|
bright5 = #938aa9
|
||||||
bright6 = 7aa89f
|
bright6 = #7aa89f
|
||||||
bright7 = dcd7ba
|
bright7 = #dcd7ba
|
||||||
|
|
||||||
16 = ffa066
|
16 = #ffa066
|
||||||
17 = ff5d62
|
17 = #ff5d62
|
||||||
|
|
|
||||||
|
|
@ -18,19 +18,19 @@
|
||||||
interactive = always
|
interactive = always
|
||||||
diff = true
|
diff = true
|
||||||
[color "branch"]
|
[color "branch"]
|
||||||
current = yellow reverse
|
current = 3 reverse
|
||||||
local = yellow
|
local = 3
|
||||||
remote = green
|
remote = 2
|
||||||
[color "diff"]
|
[color "diff"]
|
||||||
frag = magenta bold
|
frag = 5 bold
|
||||||
meta = yellow bold
|
meta = 3 bold
|
||||||
new = green bold
|
new = 2 bold
|
||||||
old = red bold
|
old = 1 bold
|
||||||
whitespace = red reverse
|
whitespace = 1 reverse
|
||||||
[color "status"]
|
[color "status"]
|
||||||
added = yellow
|
added = 3 bold
|
||||||
changed = green
|
changed = 2 bold
|
||||||
untracked = cyan
|
untracked = 4 bold
|
||||||
[status]
|
[status]
|
||||||
short = true
|
short = true
|
||||||
branch = true
|
branch = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue