Skip to content
New issue

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

Background always dark after upgrading to OSX Big Sur #111645

Closed
AnthonyChiavelli opened this issue Dec 1, 2020 · 8 comments
Closed

Background always dark after upgrading to OSX Big Sur #111645

AnthonyChiavelli opened this issue Dec 1, 2020 · 8 comments
Assignees
Labels
info-needed Issue requires more information from poster macos-big-sur

Comments

@AnthonyChiavelli
Copy link

  • VSCode Version: 1.51.1
  • OS Version: Big Sur (11.0.1 (20B50))

Steps to Reproduce:

  1. Upgrade to Big Sur (11.0.1)
  2. Wait some time (or maybe just until your first post-install system restart)
  3. Open vscode and try to use a light theme

Basically, the background colors remain dark* no matter what theme is chosen, while the text and highlight colors correctly update. As a result, light themes are unusable (since they typically feature dark text, expecting a light background). My system is set globally to light mode, and this problem did NOT start happening immediately after my Big Sur upgrade, it took a day or two.

*Aside from being dark, the backgrounds are semi-transparent (only when not in a full screen window, and when focused)

I've seen the recent dark font issue, and this almost seems to be an inverse of that.

Does this issue occur when all extensions are disabled?: Yes

image

@AnthonyChiavelli
Copy link
Author

AnthonyChiavelli commented Dec 1, 2020

Update: Upon opening a new project, my background colors have now become grey, except my current line, which is rendered white....

EDIT: This actually seems to happen consistently: when I open a new project via file menu (vs the default project the window opens with), the backgrounds are shades of gray:

image

@deepak1556
Copy link
Contributor

Does stating code with --disable-gpu help ?

@deepak1556 deepak1556 added macos-big-sur info-needed Issue requires more information from poster labels Dec 1, 2020
@AnthonyChiavelli
Copy link
Author

It does not :(

@deepak1556
Copy link
Contributor

Can you try forcing a color profile following #106756 (comment)

@AnthonyChiavelli
Copy link
Author

Just tried, none of those worked

@itkfm
Copy link

itkfm commented Dec 9, 2020

Just tried, none of those worked

There's a chance that --force-color-profile <value> is somewhat be broken. For me it seems to always produce the same result as putting "force-color-profile": "srgb" into argv.json.

See: #106756 (comment)

@github-actions github-actions bot locked and limited conversation to collaborators Apr 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster macos-big-sur
Projects
None yet
Development

No branches or pull requests

4 participants
@deepak1556 @AnthonyChiavelli @itkfm and others