[macos] fix colors for PE and SSE

This commit is contained in:
maxkadushkin
2024-12-18 01:06:49 +03:00
parent 38c4b3380f
commit bab99d7a42
2 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"
}
}
}