You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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/intellisenseResolvesGH-155
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/intellisenseResolvesGH-155
By not setting
textCodeBlock.background
hover/completion could look like this for inline code blocks:I suggest adding a light background.
You can test this example by opening https://github.com/microsoft/vscode-custom-data/tree/master/samples/helloworld, opening
test.html
and hover onmy-button
.The text was updated successfully, but these errors were encountered: