-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
vscode: add hcLight
support
#11589
vscode: add hcLight
support
#11589
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msujew sure, do you know what the color names are, I wasn't able to find them or identify what might be wrong. |
I noticed issues when setting |
@vince-fugnitto For the notification it should be |
fa2f6f0
to
f01982a
Compare
I've opened the issue #11616 regarding the top border, it seems to be a bug also present on master. |
@vince-fugnitto Ah, I actually didn't talk about the top border of the tab bar, but rather the slim bar that separates the tabs from the widget area (blue in Theia currently, should be black, see screenshots above). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coming back to this: I'm actually in favor of merging it now and fixing any possible issues (i.e. missing/incorrectly used colors, etc.) in follow up PRs.
I noticed some issues with the support so I'll address them. |
The changes depend on #11589 to be able to use the |
f01982a
to
67af000
Compare
@msujew I've come back to the pull-request after the monaco uplift and we benefited from proper support for |
67af000
to
8e36acb
Compare
8e36acb
to
91b7345
Compare
The commit adds support for `hcLight` themes in the framework: - adds support for a builtin `hc-light` theme. - adds plugin support for `hcLight`. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
91b7345
to
419a3bb
Compare
I've rebased the changes on the latest master 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
What it does
Fixes: #11314.
The pull-request adds support for high contrast light themes and includes the following updates:
hcLight
themeshcLight
based on values present in vscodechange color theme
command to supporthcLight
and adds localizationsHow to test
Preferences: Color Theme
- the high contrast light themes should be underhigh contrast
, selectingTest High Contrast Light Theme
should workHigh Contrast Light (Theme)
should also workReview checklist
Reminder for reviewers
Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com