The colors shown on screen should match the defined hex values.
Actual behavior
Output colors deviate from the defined ones.
I set the font size to a fairly high value to ensure that this is not caused by antialiasing.
Color-values resulting from different color picking methods
5b9bd3 Defined and intended value (live_editor.rs, line 63)
74a8e3 Photoshop Screenshot Color-Picking. The file was opened with the color profile that was embedded in the MacOS screenshot. So Photoshop should not have altered anything.
74a8e3, 116/168/227 MacOS Metering tool, color picking the live application, native mode
74a8e3, 116/168/227 MacOS Metering tool, color picking the live application, P3
63AAE8, 99/170/232 MacOS Metering tool, color picking the live application, sRGB
5398E2, 83/152/226, MacOS Metering tool, color picking the live application, Generic RGB
7CA8E5, 124/168/229, MacOS Metering tool, color picking the live application, Adobe RGB
Steps to reproduce
Assign syntax-highlighting color
Color pick screenshot with Photoshop or use MacOS' live color metering tool "Digital Color Meter".
Expected behavior
The colors shown on screen should match the defined hex values.
Actual behavior
Output colors deviate from the defined ones.
I set the font size to a fairly high value to ensure that this is not caused by antialiasing.
Color-values resulting from different color picking methods
5b9bd3 Defined and intended value (live_editor.rs, line 63)
74a8e3 Photoshop Screenshot Color-Picking. The file was opened with the color profile that was embedded in the MacOS screenshot. So Photoshop should not have altered anything.
74a8e3, 116/168/227 MacOS Metering tool, color picking the live application, native mode
74a8e3, 116/168/227 MacOS Metering tool, color picking the live application, P3
63AAE8, 99/170/232 MacOS Metering tool, color picking the live application, sRGB
5398E2, 83/152/226, MacOS Metering tool, color picking the live application, Generic RGB
7CA8E5, 124/168/229, MacOS Metering tool, color picking the live application, Adobe RGB
Steps to reproduce