Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Light color theme showing white for some elements #2

Closed
aeschli opened this issue Jan 22, 2016 · 1 comment
Closed

Light color theme showing white for some elements #2

aeschli opened this issue Jan 22, 2016 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug themes

Comments

@aeschli
Copy link

aeschli commented Jan 22, 2016

From @jrajav on January 21, 2016 20:48

I'm not sure if this is an issue with Vscode or with the Tomorrow color theme itself, but there's no repo or issue tracker listed anywhere for the extension, so...

The light version in this color theme:

https://marketplace.visualstudio.com/items/ms-vscode.Theme-TomorrowKit

Results in some code elements being white on the white background:

screen shot 2016-01-21 at 14 44 16

In this case, the commas and colons in this JSON file.

Copied from original issue: microsoft/vscode#2158

@aeschli aeschli self-assigned this Jan 22, 2016
@aeschli aeschli added bug Issue identified by VS Code Team member as probable bug themes labels Jan 22, 2016
@aeschli
Copy link
Author

aeschli commented Jan 22, 2016

From @Tyriar on January 21, 2016 21:20

Looks like an issue with the tomorrow theme. This is the rule that is coloring it, nothing should be colored white on a white background:

.monaco-editor.vs.ms-vscode-Theme-TomorrowKit-themes-Tomorrow-tmTheme .token.meta.separator {
    color: rgba(255, 255, 255, 1);
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug themes
Projects
None yet
Development

No branches or pull requests

1 participant