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

Text color related workbench theme keys #159

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

arcticicestudio
Copy link
Contributor

Closes #154

This PR adds some workbench color keys for text related elements that were not supported by Nord yet.
The commit in the VS Code repository (Micorosft/vscode@752acd50) added multiple new theme key in through microsoft/vscode#26298 that was merged over 2 years ago and released for the first time in stable version 1.13.0 but were never mentioned in the release notes.

The following theme keys have now been added:

  • textBlockQuote.background - Background color for block quotes in text.
  • textBlockQuote.border - Right-side border color for block quotes in text.
  • textLink.activeForeground - Foreground color for links in text when clicked on and on mouse hover.
  • textLink.foreground - Foreground color for links in text.
  • textPreformat.foreground - Foreground color for preformatted text segments like inline code.
  • textSeparator.foreground - Color for text separators.

Interactive Playground before/after

Interface Overview before/after

Welcome Screen before/after

svengreb
svengreb previously approved these changes Oct 8, 2019
This commit adds some workbench color keys for text related elements
that were not supported by Nord yet.
The commit in the VS Code repository (1) added multiple new theme key
in through microsoft/vscode#26298 that was
merged over 2 years ago and released for the first time in stable
version 1.13.0 (2) but were never mentioned in the release notes.

The following theme keys have now been added:

- `textBlockQuote.background` - Background color for block quotes in
  text.
- `textBlockQuote.border` - Right-side border color for block quotes in
  text.
- `textLink.activeForeground` - Foreground color for links in text when
  clicked on and on mouse hover.
- `textLink.foreground` - Foreground color for links in text.
- `textPreformat.foreground` - Foreground color for preformatted text
  segments like inline code.
- `textSeparator.foreground` - Color for text separators.

References:
  (1) https://github.com/microsoft/vscode/blame/752acd504206f00ffe4ed101c2496540d0197f56/src/vs/platform/theme/common/colorRegistry.ts#L164-L170
  (2) https://code.visualstudio.com/updates/v1_13

GH-154
@arcticicestudio arcticicestudio merged commit 1a47947 into develop Oct 8, 2019
@arcticicestudio arcticicestudio deleted the feature/gh-154-text-colors branch October 8, 2019 03:42
@arcticicestudio arcticicestudio removed their assignment Oct 8, 2019
arcticicestudio added a commit that referenced this pull request Dec 23, 2019
This PR adds some workbench color keys for text related elements
that were not supported by Nord yet.
The commit in the VS Code repository (1)
(Micorosft/vscode@752acd50) added multiple new theme key
in through microsoft/vscode#26298 (2) that was
merged over 2 years ago and released for the first time in stable
version 1.13.0 (3) but were never mentioned in the release notes.

The following theme keys have now been added:

- `textBlockQuote.background` - Background color for block quotes in
  text.
- `textBlockQuote.border` - Right-side border color for block quotes in
  text.
- `textLink.activeForeground` - Foreground color for links in text when
  clicked on and on mouse hover.
- `textLink.foreground` - Foreground color for links in text.
- `textPreformat.foreground` - Foreground color for preformatted text
  segments like inline code.
- `textSeparator.foreground` - Color for text separators.

References:
  (1) https://github.com/microsoft/vscode/blame/752acd504206f00ffe4ed101c2496540d0197f56/src/vs/platform/theme/common/colorRegistry.ts#L164-L170
  (2) microsoft/vscode#26298
  (3) https://code.visualstudio.com/updates/v1_13

Resolves GH-154
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.

Missing textLink colors
2 participants