diff options
Diffstat (limited to 'atk16-syntax/package.json')
| -rw-r--r-- | atk16-syntax/package.json | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/atk16-syntax/package.json b/atk16-syntax/package.json index bdfbb74..5fd48e6 100644 --- a/atk16-syntax/package.json +++ b/atk16-syntax/package.json @@ -28,12 +28,19 @@ "path": "./syntaxes/atk16.tmLanguage.json" } ], - "themes": [ - { - "label": "ATK16 Color Theme", - "uiTheme": "vs-dark", - "path": "./themes/atk16-color-theme.json" + "configurationDefaults": { + "editor.tokenColorCustomizations": { + "[Default Dark+]": { + "textMateRules": [ + { + "scope": "comment.documentation.atk16", + "settings": { + "fontStyle": "italic" + } + } + ] + } } - ] + } } } |
