Skip to content

Color tokens for debugger inline values#218

Merged
arcticicestudio merged 1 commit intodevelopfrom
feature/gh-209-tokens-debugger-inline-values
Jun 22, 2021
Merged

Color tokens for debugger inline values#218
arcticicestudio merged 1 commit intodevelopfrom
feature/gh-209-tokens-debugger-inline-values

Conversation

@arcticicestudio
Copy link
Copy Markdown
Contributor

Resolves #209

VS Code 1.57 [1] (May 2021) introduced [new color tokens for debugger
inline values [2].
They have been added to make them conform with Nord's theme style:

- `editor.inlineValuesBackground` - color for the debug inline value
  foreground text.
- `editor.inlineValuesForeground` - color for the debug inline value
  background.

[1]: https://code.visualstudio.com/updates/v1_57
[2]: https://code.visualstudio.com/updates/v1_57#_new-theme-colors-for-inline-values

Co-authored-by: Sven Greb <development@svengreb.de>

GH-209
@arcticicestudio arcticicestudio merged commit 299f1cd into develop Jun 22, 2021
@arcticicestudio arcticicestudio deleted the feature/gh-209-tokens-debugger-inline-values branch June 22, 2021 18:58
arcticicestudio added a commit that referenced this pull request Jun 22, 2021
VS Code 1.57 [1] (May 2021) introduced [new color tokens for debugger
inline values [2].
They have been added to make them conform with Nord's theme style:

- `editor.inlineValuesBackground` - color for the debug inline value
  foreground text.
- `editor.inlineValuesForeground` - color for the debug inline value
  background.

[1]: https://code.visualstudio.com/updates/v1_57
[2]: https://code.visualstudio.com/updates/v1_57#_new-theme-colors-for-inline-values

Co-authored-by: Sven Greb <development@svengreb.de>

Closes GH-209
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Color tokens for debugger inline values

2 participants