mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[macos] fix colors for PE and SSE
This commit is contained in:
@ -5,9 +5,9 @@
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0x4F",
|
||||
"green" : "0x66",
|
||||
"red" : "0xBE"
|
||||
"blue" : "0x44",
|
||||
"green" : "0x5B",
|
||||
"red" : "0xB7"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
|
||||
@ -9,10 +9,10 @@
|
||||
"color" : {
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"red" : "0.250",
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0.360",
|
||||
"green" : "0.525"
|
||||
"blue" : "86",
|
||||
"green" : "128",
|
||||
"red" : "58"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user