aboutsummaryrefslogtreecommitdiffstats
path: root/atk16-syntax/themes
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-04-11 19:09:36 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-04-11 19:09:36 +0300
commitafd5f32e56d3d30bfa98fb35deff51febf50e594 (patch)
tree4f96bb6baa697172f54089fb555e3852148ce88b /atk16-syntax/themes
parenta38b64e1a1bf14dd9c42629f219b0e422aebe52a (diff)
Improve extension
Diffstat (limited to 'atk16-syntax/themes')
-rw-r--r--atk16-syntax/themes/atk16-color-theme.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/atk16-syntax/themes/atk16-color-theme.json b/atk16-syntax/themes/atk16-color-theme.json
deleted file mode 100644
index d1aebb9..0000000
--- a/atk16-syntax/themes/atk16-color-theme.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "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