-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode-routeroslsp-theme.json
More file actions
102 lines (102 loc) · 2.1 KB
/
Copy pathvscode-routeroslsp-theme.json
File metadata and controls
102 lines (102 loc) · 2.1 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "RouterOS LSP Default Dark",
"type": "dark",
"semanticHighlighting": true,
"semanticTokenColors": {
"none": {
"foreground": "#ffffff"
},
"dir": {
"foreground": "#079B9B"
},
"cmd": {
"foreground": "#9B009B",
"fontStyle": "bold"
},
"arg": {
"foreground": "#009C00"
},
"varname-local": {
"foreground": "#079B9B"
},
"variable-parameter": {
"foreground": "#9B0100",
"fontStyle": "italic"
},
"variable-local": {
"foreground": "#079B9B"
},
"syntax-val": {
"foreground": "#ffffff"
},
"varname": {
"foreground": "#079B9B"
},
"syntax-meta": {
"foreground": "#9B9C00",
"fontStyle": "bold"
},
"escaped": {
"foreground": "#07009B"
},
"variable-global": {
"foreground": "#079B9B",
"fontStyle": "bold"
},
"comment": {
"foreground": "#D0CFCC",
"fontStyle": "italic"
},
"syntax-val.inactive": {
"foreground": "#9B0100",
"fontStyle": "italic"
},
"syntax-val.obsolete": {
"foreground": "#9B0100",
"fontStyle": "italic"
},
"varname.undefined": {
"foreground": "#9B0100",
"fontStyle": "italic"
},
"syntax-val.ambiguous": {
"foreground": "#9B0100",
"fontStyle": "underline"
},
"syntax-val.legacy": {
"foreground": "#9B0100"
},
"syntax-val.error": {
"foreground": "#9B0100",
"fontStyle": "bold"
},
"varname-global": {
"foreground": "#079B9B",
"fontStyle": "bold"
},
"arg.scope": {
"foreground": "#009C00",
"fontStyle": "bold"
},
"arg.dot": {
"foreground": "#009C00",
"fontStyle": "italic"
},
"syntax-noterm": {
"foreground": "#07009B",
"fontStyle": "strikethrough"
},
"variable-auto": {
"foreground": "#079B9B",
"fontStyle": "italic"
},
"syntax-val.dynamic": {
"foreground": "#9B9C00",
"fontStyle": "italic"
},
"syntax-val.disabled": {
"foreground": "#9B0100",
"fontStyle": "italic"
}
}
}