Skip to content

support editorHoverWidget.foreground#65170

Closed
simaosilva wants to merge 5 commits intomicrosoft:masterfrom
simaosilva:foregroundFix
Closed

support editorHoverWidget.foreground#65170
simaosilva wants to merge 5 commits intomicrosoft:masterfrom
simaosilva:foregroundFix

Conversation

@simaosilva
Copy link

@simaosilva simaosilva commented Dec 16, 2018

Implemented issue #63039.
After a couple of tests, it seems to be working as intended and now it is possible to customise the hover foreground color in settings.json.

Before:

before

After:

color_pink

color_yellow

color_yellow_editor

Finally, selecting high_contrast theme:

high_contrast_theme

@msftclas
Copy link

msftclas commented Dec 16, 2018

CLA assistant check
All CLA requirements met.

*/
export const editorWidgetBackground = registerColor('editorWidget.background', { dark: '#252526', light: '#F3F3F3', hc: '#0C141F' }, nls.localize('editorWidgetBackground', 'Background color of editor widgets, such as find/replace.'));
export const editorWidgetBorder = registerColor('editorWidget.border', { dark: '#454545', light: '#C8C8C8', hc: contrastBorder }, nls.localize('editorWidgetBorder', 'Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.'));
export const editorWidgetForeground = registerColor('editorWidget.foreground', { dark: '#aaaaaa', light: '#4d4d4d', hc: '#ffbf80' }, nls.localize('editorWidgetForeground', 'Foreground color of editor widgets, such as find/replace'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not add that color unless it is supported by all widgets

@aeschli aeschli changed the title Foreground fix support editorHoverWidget.foreground Jan 8, 2019
@aeschli aeschli added this to the October 2019 milestone Oct 24, 2019
@aeschli aeschli added the editor-theming Issues related to the way themes are applied to editors label Oct 24, 2019
@aeschli aeschli closed this in 59ffb07 Oct 24, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

editor-theming Issues related to the way themes are applied to editors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants