Skip to content

Commit

Permalink
Set color profile to sRGB
Browse files Browse the repository at this point in the history
Atom 1.28 introduced support for custom ICC color profiles (1) based on
the upgrade to Electron 2.x which in turn is based on the latest Chrome
version. This version includes changes to the color rendering and now
respects the color profile configured in the OS settings.

Due to this change for many users the [colors appear to be pale (2).
To bring back the previous (more stronger) color rendering
Atoms „Core“ → „Color Profile“ must be changed from „Use color profile
configured in the operating system“ to „Use sRGB color profile“.

 References:

   (1) http://blog.atom.io/2018/06/21/atom-1-28.html#support-for-custom-color-profiles
   (2) atom/atom#17356

Closes GH-115
  • Loading branch information
arcticicestudio committed Sep 8, 2018
1 parent 4bb0d48 commit dc4d22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowblocks/atom/config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
autoHideMenuBar: true
automaticallyUpdate: false
closeEmptyWindows: false
colorProfile: "srgb"
disabledPackages: [
"exception-reporting"
"metrics"
Expand Down

0 comments on commit dc4d22d

Please sign in to comment.