mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
Add stringEscape to syntax section of README.md
This commit is contained in:
@@ -99,7 +99,7 @@ generateTheme('My Theme', colorSet, path.join(__dirname, 'theme.json'));
|
||||
The `syntax` properties present a simplified set of token types. If not set, these will be derived from the base colors:
|
||||
|
||||
- `color1` determines `boolean`, `identifier`, `keyword`, `storage`, and `cssClass`
|
||||
- `color2` determines `string` and `cssId`
|
||||
- `color2` determines `string`, `stringEscape`, and `cssId`
|
||||
- `color3` determines `function`, `class`, `classMember`, `type`, and `cssTag`
|
||||
- `color4` determines `functionCall` and `number`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user