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

Can't Override Whitespace Color in High Contrast Theme #32671

Closed
zulaica opened this issue Aug 16, 2017 · 0 comments
Closed

Can't Override Whitespace Color in High Contrast Theme #32671

zulaica opened this issue Aug 16, 2017 · 0 comments
Assignees
Milestone

Comments

@zulaica
Copy link

zulaica commented Aug 16, 2017

  • VSCode Version: 1.15.1
  • OS Version: macOS Sierra 10.12.6

Steps to Reproduce:

  1. Open Settings
  2. Set color theme to Default High Contrast
  3. Add color customization for the whitespace foreground color
  4. Save your settings

Whitespace remains the default white color. Other settings (e.g. line number) are able to be overridden.

…
  "workbench.colorTheme": "Default High Contrast",
  "workbench.colorCustomizations": {
    "editorLineNumber.foreground": "#555",
    "editorWhitespace.foreground": "#555"
  },
…

screen shot 2017-08-16 at 3 40 13 pm

Reproduces without extensions: Yes

@aeschli aeschli self-assigned this Aug 17, 2017
@aeschli aeschli added this to the August 2017 milestone Aug 17, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants