From a38b64e1a1bf14dd9c42629f219b0e422aebe52a Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 11 Apr 2023 17:30:08 +0300 Subject: Add hover and go to definition to extension --- atk16-syntax/themes/atk16-color-theme.json | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 atk16-syntax/themes/atk16-color-theme.json (limited to 'atk16-syntax/themes') diff --git a/atk16-syntax/themes/atk16-color-theme.json b/atk16-syntax/themes/atk16-color-theme.json new file mode 100644 index 0000000..d1aebb9 --- /dev/null +++ b/atk16-syntax/themes/atk16-color-theme.json @@ -0,0 +1,41 @@ +{ + "name": "ATK16", + "type": "dark", + "colors": { + "editor.background": "#1E1E1E", + "editor.foreground": "#D4D4D4", + "editor.lineHighlightBackground": "#2D2D30" + }, + "tokenColors": [ + { + "scope": "keyword.control.directive.atk16", + "settings": {} + }, + { + "scope": "variable.parameter.register.atk16", + "settings": {} + }, + { + "scope": "constant.numeric.binary.atk16", + "settings": {} + }, + { + "scope": "keyword.control.instruction.atk16", + "settings": {} + }, + { + "scope": "support.function.atk16", + "settings": {} + }, + { + "scope": "entity.name.label.atk16", + "settings": {} + }, + { + "scope": "comment.documentation.atk16", + "settings": { + "fontStyle": "italic" + } + } + ] +} \ No newline at end of file -- cgit v1.3