1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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"
}
}
]
}
|