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

textCodeBlock.background workbench theme key #158

Merged

Conversation

arcticicestudio
Copy link
Contributor

Closes #155

Added the textCodeBlock.background workbench theme key that is used by VS Code features like the IntelliSense quick info to style the background color of code blocks in the documentation text. By default this uses a very dark color.
This PR changes the color to use nord3 instead.

Features like "Quick Doc" using this theme key to style the background
color of code blocks in the documentation text. by default this uses a
very dark color. This commit changes the color to use `nord3` instead.

GH-155
@octref
Copy link
Contributor

octref commented Oct 3, 2019

LGTM — thanks!

@arcticicestudio arcticicestudio merged commit 7be0eaf into develop Oct 3, 2019
@arcticicestudio arcticicestudio deleted the feature/gh-155-workbench-textcodeblock-background branch October 3, 2019 17:32
@arcticicestudio arcticicestudio removed their assignment Oct 3, 2019
arcticicestudio added a commit that referenced this pull request Dec 23, 2019
Added the `textCodeBlock.background` workbench theme key that is used by
VS Code features like the IntelliSense "quick info" (1) to style the
background color of code blocks in the documentation text. By default
this uses a very dark color.
This PR changes the color to use `nord3` instead.

References:
  (1) https://code.visualstudio.com/docs/editor/intellisense

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

Set textCodeBlock.background
3 participants