@flowfuse/nr-theme 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +178 -0
- package/README.md +24 -0
- package/lib/theme/common/forge-common.css +108 -0
- package/lib/theme/common/forge-common.js +75 -0
- package/lib/theme/forge-dark/forge-dark-custom.css +2 -0
- package/lib/theme/forge-dark/forge-dark-custom.js +1 -0
- package/lib/theme/forge-dark/forge-dark-monaco.json +213 -0
- package/lib/theme/forge-dark/forge-dark-theme.css +12 -0
- package/lib/theme/forge-dark/forge-dark.js +61 -0
- package/lib/theme/forge-light/forge-light-custom.css +2 -0
- package/lib/theme/forge-light/forge-light-custom.js +1 -0
- package/lib/theme/forge-light/forge-light-monaco.json +227 -0
- package/lib/theme/forge-light/forge-light-theme.css +12 -0
- package/lib/theme/forge-light/forge-light.js +62 -0
- package/package.json +54 -0
- package/resources/favicon-16x16.png +0 -0
- package/resources/favicon-32x32.png +0 -0
- package/resources/favicon.ico +0 -0
- package/resources/ff-nr.png +0 -0
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
{
|
|
2
|
+
"base": "vs",
|
|
3
|
+
"inherit": true,
|
|
4
|
+
"rules": [
|
|
5
|
+
{
|
|
6
|
+
"background": "f2f3fb",
|
|
7
|
+
"token": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"foreground": "8e908c",
|
|
11
|
+
"token": "comment"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"foreground": "31959A",
|
|
15
|
+
"token": "keyword.operator.class"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"foreground": "31959A",
|
|
19
|
+
"token": "constant.other"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"foreground": "c82829",
|
|
23
|
+
"token": "variable"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"foreground": "c82829",
|
|
27
|
+
"token": "support.other.variable"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"foreground": "c82829",
|
|
31
|
+
"token": "string.other.link"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"foreground": "c82829",
|
|
35
|
+
"token": "string.regexp"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"foreground": "c82829",
|
|
39
|
+
"token": "entity.name.tag"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"foreground": "c82829",
|
|
43
|
+
"token": "entity.other.attribute-name"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"foreground": "c82829",
|
|
47
|
+
"token": "meta.tag"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"foreground": "c82829",
|
|
51
|
+
"token": "declaration.tag"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"foreground": "c82829",
|
|
55
|
+
"token": "markup.deleted.git_gutter"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"foreground": "f5871f",
|
|
59
|
+
"token": "constant.numeric"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"foreground": "f5871f",
|
|
63
|
+
"token": "constant.language"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"foreground": "f5871f",
|
|
67
|
+
"token": "support.constant"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"foreground": "f5871f",
|
|
71
|
+
"token": "constant.character"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"foreground": "f5871f",
|
|
75
|
+
"token": "variable.parameter"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"foreground": "f5871f",
|
|
79
|
+
"token": "punctuation.section.embedded"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"foreground": "f5871f",
|
|
83
|
+
"token": "keyword.other.unit"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"foreground": "c99e00",
|
|
87
|
+
"token": "entity.name.class"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"foreground": "c99e00",
|
|
91
|
+
"token": "entity.name.type.class"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"foreground": "c99e00",
|
|
95
|
+
"token": "support.type"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"foreground": "c99e00",
|
|
99
|
+
"token": "support.class"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"foreground": "ED4E4E",
|
|
103
|
+
"token": "string"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"foreground": "ED4E4E",
|
|
107
|
+
"token": "constant.other.symbol"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"foreground": "ED4E4E",
|
|
111
|
+
"token": "entity.other.inherited-class"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"foreground": "ED4E4E",
|
|
115
|
+
"token": "markup.heading"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"foreground": "718c00",
|
|
119
|
+
"token": "markup.inserted.git_gutter"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"foreground": "31959A",
|
|
123
|
+
"token": "keyword.operator"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"foreground": "31959A",
|
|
127
|
+
"token": "constant.other.color"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"foreground": "4271ae",
|
|
131
|
+
"token": "entity.name.function"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"foreground": "4271ae",
|
|
135
|
+
"token": "meta.function-call"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"foreground": "4271ae",
|
|
139
|
+
"token": "support.function"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"foreground": "4271ae",
|
|
143
|
+
"token": "keyword.other.special-method"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"foreground": "4271ae",
|
|
147
|
+
"token": "meta.block-level"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"foreground": "4271ae",
|
|
151
|
+
"token": "markup.changed.git_gutter"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"foreground": "31959A",
|
|
155
|
+
"token": "keyword"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"foreground": "8959a8",
|
|
159
|
+
"token": "storage"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"foreground": "8959a8",
|
|
163
|
+
"token": "storage.type"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"foreground": "f12229",
|
|
167
|
+
"token": "invalid"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"foreground": "ffffff",
|
|
171
|
+
"background": "4271ae",
|
|
172
|
+
"token": "meta.separator"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"foreground": "f12229",
|
|
176
|
+
"background": "8959a8",
|
|
177
|
+
"token": "invalid.deprecated"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"background": "718c00",
|
|
181
|
+
"token": "markup.inserted.diff"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"background": "718c00",
|
|
185
|
+
"token": "meta.diff.header.to-file"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"background": "c82829",
|
|
189
|
+
"token": "markup.deleted.diff"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"background": "c82829",
|
|
193
|
+
"token": "meta.diff.header.from-file"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"foreground": "ffffff",
|
|
197
|
+
"background": "4271ae",
|
|
198
|
+
"token": "meta.diff.header.from-file"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"foreground": "ffffff",
|
|
202
|
+
"background": "4271ae",
|
|
203
|
+
"token": "meta.diff.header.to-file"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"foreground": "31959A",
|
|
207
|
+
"fontStyle": "italic",
|
|
208
|
+
"token": "meta.diff.range"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"colors": {
|
|
212
|
+
"editor.foreground": "#1f2937",
|
|
213
|
+
"editor.background": "#ffffff",
|
|
214
|
+
"editorCursor.foreground": "#4E4F5D",
|
|
215
|
+
"editorLineNumber.foreground": "#1f2937",
|
|
216
|
+
"dropdown.background": "#F7F8FC",
|
|
217
|
+
"editor.selectionBackground": "#65718370",
|
|
218
|
+
"editor.inactiveSelectionBackground": "#65718330",
|
|
219
|
+
"editorWidget.background":"#F7F8FC",
|
|
220
|
+
"list.hoverForeground": "#F7F8FC",
|
|
221
|
+
"list.hoverBackground": "#657183",
|
|
222
|
+
"list.focusForeground": "#F7F8FC",
|
|
223
|
+
"list.focusBackground": "#657183",
|
|
224
|
+
"list.activeSelectionForeground": "#F7F8FC",
|
|
225
|
+
"list.activeSelectionBackground": "#657183"
|
|
226
|
+
}
|
|
227
|
+
}
|