mirror of
https://github.com/transmission/transmission
synced 2024-12-27 01:57:52 +00:00
Merge pull request #2278 from fxcoudert/patch-1
Change accent color to match macOS red choice
This commit is contained in:
commit
4e3fd52b3d
1 changed files with 6 additions and 6 deletions
|
@ -5,9 +5,9 @@
|
|||
"color-space" : "display-p3",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "19",
|
||||
"green" : "36",
|
||||
"red" : "224"
|
||||
"blue" : "69",
|
||||
"green" : "71",
|
||||
"red" : "206"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
|
@ -23,9 +23,9 @@
|
|||
"color-space" : "display-p3",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "20",
|
||||
"green" : "37",
|
||||
"red" : "234"
|
||||
"blue" : "93",
|
||||
"green" : "95",
|
||||
"red" : "236"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
|
|
Loading…
Reference in a new issue