Open rsese opened 6 years ago
Support for custom color profiles was added in 1.28:
http://blog.atom.io/2018/06/21/atom-1-28.html#support-for-custom-color-profiles
Since then, some folks have run into color rendering that looks off e.g. https://github.com/atom/atom/issues/17562, https://github.com/atom/atom/issues/17776, and https://github.com/atom/atom/issues/18018.
To fix it, they need to adjust Settings > Core > Color Profile to Use sRGB color profile and restart to go back to Atom's previous color rendering.
Settings > Core > Color Profile
Use sRGB color profile
Could go in the debugging chapter perhaps?
@rsese You can check out my pull-request at #545, that will fix this issue.
Support for custom color profiles was added in 1.28:
http://blog.atom.io/2018/06/21/atom-1-28.html#support-for-custom-color-profiles
Since then, some folks have run into color rendering that looks off e.g. https://github.com/atom/atom/issues/17562, https://github.com/atom/atom/issues/17776, and https://github.com/atom/atom/issues/18018.
To fix it, they need to adjust
Settings > Core > Color Profile
toUse sRGB color profile
and restart to go back to Atom's previous color rendering.Could go in the debugging chapter perhaps?