Skip to content

Commit

Permalink
[macos] fix colors for PE and SSE
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Dec 17, 2024
1 parent 38c4b33 commit bab99d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit bab99d7

Please sign in to comment.