atom / flight-manual.atom.io

📖 Documentation for Atom, generated by nanoc, hosted by GitHub Pages
https://flight-manual.atom.io
Other
640 stars 1.54k forks source link

Add information on custom color profile setting #486

Open rsese opened 6 years ago

rsese commented 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.

Could go in the debugging chapter perhaps?

HonkingGoose commented 4 years ago

@rsese You can check out my pull-request at #545, that will fix this issue.