Skip to content

Instantly share code, notes, and snippets.

@okineadev
Created December 21, 2023 11:41
Show Gist options
  • Save okineadev/afda4d5f9a893595f9608148a9069dc9 to your computer and use it in GitHub Desktop.
Save okineadev/afda4d5f9a893595f9608148a9069dc9 to your computer and use it in GitHub Desktop.
My solution to the problem of incorrect display of colors in vscode

My solution to the problem of incorrect display of colors in vscode

In order to activate sRGB color display in vscode, you need to do the following:

  1. Open the command palette and go to Preferences: Configure Runtime Arguments

Command palette

  1. Add this to the configuration: "force-color-profile": "srgb"

Configuration

Happy coding! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment