We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insider version
Regular
Version: 1.52.1
Commit: ea3859d
Date: 2020-12-16T16:32:10.090Z
Electron: 9.3.5
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Linux x64 5.4.0-62-generic
nVidia driver: 460.32.03
Ubuntu color space configuration: Standard RGB
The colors rendered by VSC are not consistent with the specification in any given theme.
E.g. tried out the "City Lights theme" in VSC and Atom (same author) and you can see the difference below Steps to Reproduce:
VSCode
Atom
This holds for any theme I've tried. Moreover, tried separately the fixes previously reported here, i.e.
"disable-color-correct-rendering": false, "force-color-profile":"srgb", "disable-hardware-acceleration": true,
and no luck.
Does this issue occur when all extensions are disabled?: yes
The text was updated successfully, but these errors were encountered:
This is dup of #24569. VSCode interprets themes colors as sRGB, as used by browser, while TextMate (and probably Atom) interprets them as Apple RGB.
While we came from TextMate themes, VSCode color themes have become more than TextMate themes. We will stick with sRGB.
As a consequence, when you convert a TextMate theme to a VSCode theme and you want to be 100% color compatible, a color conversion is necessary.
Sorry, something went wrong.
aeschli
No branches or pull requests
Insider version
Regular
Version: 1.52.1
Commit: ea3859d
Date: 2020-12-16T16:32:10.090Z
Electron: 9.3.5
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Linux x64 5.4.0-62-generic
nVidia driver: 460.32.03
Ubuntu color space configuration: Standard RGB
The colors rendered by VSC are not consistent with the specification in any given theme.
E.g. tried out the "City Lights theme" in VSC and Atom (same author) and you can see the difference below
Steps to Reproduce:
VSCode
![image](https://user-images.githubusercontent.com/10500908/105087247-352a5f00-5a68-11eb-9267-56456629ae2e.png)
Atom
![image](https://user-images.githubusercontent.com/10500908/105087292-44111180-5a68-11eb-83d9-dae90c95ebbc.png)
This holds for any theme I've tried.
Moreover, tried separately the fixes previously reported here, i.e.
and no luck.
Does this issue occur when all extensions are disabled?: yes
The text was updated successfully, but these errors were encountered: