From afd5f32e56d3d30bfa98fb35deff51febf50e594 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Apr 2023 19:09:36 +0300 Subject: Improve extension --- atk16-syntax/package.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'atk16-syntax/package.json') 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" + } + } + ] + } } - ] + } } } -- cgit v1.3