Darken light mode icon color so that it contrasts better against pure white icons. Issue #1731
This commit is contained in:
parent
d0cf04bd4f
commit
52be6e5743
|
@ -9,10 +9,10 @@
|
|||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"red" : "242",
|
||||
"red" : "235",
|
||||
"alpha" : "1.000",
|
||||
"blue" : "242",
|
||||
"green" : "242"
|
||||
"blue" : "237",
|
||||
"green" : "235"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue