Does VSCode have any info styles indeed? #17
-
I'm currently developing an extension to customize the vscode theme with UI.
The problem is I can find the styles for error & warning variants.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@sudoaugustin to clarify, is the question when and where those info theme colors would be used? For Or below a text input when there is some supporting context. This is an error in the picture, but there is an info (blue in most default themes) state as well. https://code.visualstudio.com/api/references/theme-color#input-control For https://code.visualstudio.com/api/references/theme-color#editor-widget-colors e.g. |
Beta Was this translation helpful? Give feedback.
@sudoaugustin to clarify, is the question when and where those info theme colors would be used?
For
inputValidation.infoBackground
you can find examples in a read-only editor when trying to type:Or below a text input when there is some supporting context. This is an error in the picture, but there is an info (blue in most default themes) state as well.
https://code.visualstudio.com/api/references/theme-color#input-control
For
editorMarkerNavigationInfo.headerBackground
,editorMarkerNavigationInfo.background
, andeditorInfo.background
:https://code.visualstudio.com/api/references/theme-color#editor-widget-colors
e.g.