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
The first sentence has several unexplained references to Component Identifier and Text Token Identifier.
"A mapping from both UI Component Identifier and Text Token Identifier to colors. "
The implementation details should be later once the user decides this is the extension point they are interested in.
Above the fold image is too small and complex and shows unexplained token visualizer.
There is no mention of the customizations settings which may satisfy most users.
"A mapping from both UI Component Identifier and Text Token Identifier to colors. "
The below sentence immediately explains it: Color theme allows you to apply your favorite colors to both VS Code UI Components and the text in the editor.
Above the fold image is too small and complex and
I can make the images larger, but I think it illustrates what could be a whole page.
shows unexplained token visualizer.
Here is the text right above it: If you want to change the color of text in your editor, you need to know how the text is tokenized. VS Code provides a handy command Developer: Inspect TM Scopes that shows you the TextMate scopes of each syntax token in the editor.
Testing microsoft/vscode#62108 scenario 1
The first sentence has several unexplained references to Component Identifier and Text Token Identifier.
"A mapping from both UI Component Identifier and Text Token Identifier to colors. "
The implementation details should be later once the user decides this is the extension point they are interested in.
Above the fold image is too small and complex and shows unexplained token visualizer.
There is no mention of the customizations settings which may satisfy most users.
I think the existing Themes content https://code.visualstudio.com/docs/extensions/themes-snippets-colorizers#_adding-a-new-color-theme does a better job of bringing the user up to speed.
In less than one minute, I could change the color of JavaScript keywords and generate a theme with the existing documentation.
The text was updated successfully, but these errors were encountered: