tm-themes 1.11.2 → 1.12.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/NOTICE CHANGED
@@ -904,7 +904,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
904
904
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
905
905
  SOFTWARE.
906
906
  =========================================================================================================
907
- Files: horizon.json
907
+ Files: horizon.json, horizon-bright.json
908
908
  License: https://raw.githubusercontent.com/alexandernanberg/horizon-theme-vscode/master/LICENSE
909
909
  SPDX: MIT
910
910
  ---------------------------------------------------------------------------------------------------------
package/README.md CHANGED
@@ -66,6 +66,7 @@ import { themes } from 'tm-themes'
66
66
  | Gruvbox Dark Medium | `gruvbox-dark-medium` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [MIT](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [GitHub Sponsors: **@jdinhify**](https://github.com/sponsors/jdinhify) [Ko-fi: **jdinhify**](https://ko-fi.com/jdinhify) | 22.05 kB |
67
67
  | Gruvbox Dark Soft | `gruvbox-dark-soft` | [jdinhify/vscode-theme-gruvbox](https://github.com/jdinhify/vscode-theme-gruvbox/blob/f0d6e1fc1f325da636b90591eccc45d2f44738fd/src/main.ts) | [MIT](https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE) | [GitHub Sponsors: **@jdinhify**](https://github.com/sponsors/jdinhify) [Ko-fi: **jdinhify**](https://ko-fi.com/jdinhify) | 22.04 kB |
68
68
  | Horizon | `horizon` | [alexandernanberg/horizon-theme-vscode](https://github.com/alexandernanberg/horizon-theme-vscode/blob/83c848d0efd5d57ac7c9d868b53ae375d8a27692/themes/horizon.json) | [MIT](https://raw.githubusercontent.com/alexandernanberg/horizon-theme-vscode/master/LICENSE) | | 8.52 kB |
69
+ | Horizon Bright | `horizon-bright` | [alexandernanberg/horizon-theme-vscode](https://github.com/alexandernanberg/horizon-theme-vscode/blob/83c848d0efd5d57ac7c9d868b53ae375d8a27692/themes/horizon-bright.json) | [MIT](https://raw.githubusercontent.com/alexandernanberg/horizon-theme-vscode/master/LICENSE) | | 8.52 kB |
69
70
  | Houston | `houston` | [withastro/houston-vscode](https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json) | [MIT](https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE) | [GitHub Sponsors: **@withastro**](https://github.com/sponsors/withastro) [Open Collective: **astrodotbuild**](https://opencollective.com/astrodotbuild) [thanks.dev: **u/gh/withastro**](https://thanks.dev/d/u/gh/withastro) | 34.53 kB |
70
71
  | Kanagawa Dragon | `kanagawa-dragon` | [metapho-re/kanagawa-vscode-theme](https://github.com/metapho-re/kanagawa-vscode-theme/blob/6ea302d7087c3e37c84a3bfc09225250bb9fc7b9/themes/kanagawa-dragon-color-theme.json) | [MIT](https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE) | | 16.67 kB |
71
72
  | Kanagawa Wave | `kanagawa-wave` | [metapho-re/kanagawa-vscode-theme](https://github.com/metapho-re/kanagawa-vscode-theme/blob/6ea302d7087c3e37c84a3bfc09225250bb9fc7b9/themes/kanagawa-wave-color-theme.json) | [MIT](https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE) | | 16.66 kB |
package/index.js CHANGED
@@ -533,6 +533,21 @@ export const themes = [
533
533
  sourceApi: 'https://api.github.com/repos/alexandernanberg/horizon-theme-vscode/contents/themes/horizon.json?ref=83c848d0efd5d57ac7c9d868b53ae375d8a27692',
534
534
  type: 'dark',
535
535
  },
536
+ {
537
+ byteSize: 8726,
538
+ displayName: 'Horizon Bright',
539
+ funding: [
540
+ ],
541
+ hash: 'dnYWqEdDsrn18HO6wb7n06cuDZVaaBNjcwzQT0NAlYs',
542
+ lastUpdate: '2022-12-25T15:13:11Z',
543
+ license: 'MIT',
544
+ licenseUrl: 'https://raw.githubusercontent.com/alexandernanberg/horizon-theme-vscode/master/LICENSE',
545
+ name: 'horizon-bright',
546
+ sha: '83c848d0efd5d57ac7c9d868b53ae375d8a27692',
547
+ source: 'https://github.com/alexandernanberg/horizon-theme-vscode/blob/83c848d0efd5d57ac7c9d868b53ae375d8a27692/themes/horizon-bright.json',
548
+ sourceApi: 'https://api.github.com/repos/alexandernanberg/horizon-theme-vscode/contents/themes/horizon-bright.json?ref=83c848d0efd5d57ac7c9d868b53ae375d8a27692',
549
+ type: 'dark',
550
+ },
536
551
  {
537
552
  byteSize: 35362,
538
553
  displayName: 'Houston',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.11.2",
4
+ "version": "1.12.0",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -0,0 +1,418 @@
1
+ {
2
+ "colors": {
3
+ "activityBar.background": "#FDF0ED",
4
+ "activityBar.dropBackground": "#F9CEC380",
5
+ "activityBar.foreground": "#06060CE6",
6
+ "activityBarBadge.background": "#E84A72",
7
+ "activityBarBadge.foreground": "#06060C",
8
+ "badge.background": "#F9CBBE",
9
+ "badge.foreground": "#06060C",
10
+ "breadcrumbPicker.background": "#FADAD1",
11
+ "button.background": "#F9CBBE",
12
+ "button.foreground": "#06060C",
13
+ "debugToolBar.background": "#FDF0ED",
14
+ "diffEditor.insertedTextBackground": "#07DA8C1A",
15
+ "diffEditor.removedTextBackground": "#F43E5C1A",
16
+ "dropdown.background": "#FADAD1",
17
+ "dropdown.listBackground": "#F9CBBE",
18
+ "editor.background": "#FDF0ED",
19
+ "editor.findMatchBackground": "#F9CEC380",
20
+ "editor.findMatchHighlightBackground": "#F9CEC34D",
21
+ "editor.findRangeHighlightBackground": "#F9CEC31A",
22
+ "editor.hoverHighlightBackground": "#F9CEC34D",
23
+ "editor.lineHighlightBackground": "#F9CBBE4D",
24
+ "editor.rangeHighlightBackground": "#F9CBBE80",
25
+ "editor.selectionBackground": "#F9CBBE80",
26
+ "editor.selectionHighlightBackground": "#F9CEC380",
27
+ "editor.wordHighlightBackground": "#F9CEC380",
28
+ "editor.wordHighlightStrongBackground": "#F9CEC380",
29
+ "editorBracketMatch.background": "#F9CEC380",
30
+ "editorBracketMatch.border": "#F9CEC300",
31
+ "editorCodeLens.foreground": "#F9CEC380",
32
+ "editorCursor.background": "#FDF0ED",
33
+ "editorCursor.foreground": "#E84A72",
34
+ "editorError.foreground": "#F43E5C",
35
+ "editorGroup.border": "#1A1C231A",
36
+ "editorGroup.dropBackground": "#F9CEC34D",
37
+ "editorGroupHeader.tabsBackground": "#FDF0ED",
38
+ "editorGutter.addedBackground": "#07DA8CB3",
39
+ "editorGutter.deletedBackground": "#F43E5CB3",
40
+ "editorGutter.modifiedBackground": "#1EAEAEB3",
41
+ "editorIndentGuide.activeBackground": "#F9CBBE",
42
+ "editorIndentGuide.background": "#F9CBBE80",
43
+ "editorLineNumber.activeForeground": "#06060C80",
44
+ "editorLineNumber.foreground": "#06060C1A",
45
+ "editorOverviewRuler.addedForeground": "#07DA8CB3",
46
+ "editorOverviewRuler.border": "#F9CBBE1A",
47
+ "editorOverviewRuler.bracketMatchForeground": "#06060CB3",
48
+ "editorOverviewRuler.deletedForeground": "#F43E5CB3",
49
+ "editorOverviewRuler.errorForeground": "#F43E5CE6",
50
+ "editorOverviewRuler.findMatchForeground": "#F9CEC3",
51
+ "editorOverviewRuler.modifiedForeground": "#1EAEAEB3",
52
+ "editorOverviewRuler.warningForeground": "#1EB980B3",
53
+ "editorRuler.foreground": "#F9CEC34D",
54
+ "editorSuggestWidget.highlightForeground": "#E84A72",
55
+ "editorUnnecessaryCode.opacity": "#000000B3",
56
+ "editorWarning.foreground": "#1EB980B3",
57
+ "editorWidget.background": "#FADAD1",
58
+ "editorWidget.border": "#FADAD1",
59
+ "errorForeground": "#F43E5C",
60
+ "extensionButton.prominentBackground": "#E84A72",
61
+ "extensionButton.prominentHoverBackground": "#E73665",
62
+ "focusBorder": "#1A1C231A",
63
+ "foreground": "#06060C",
64
+ "gitDecoration.addedResourceForeground": "#1EB980B3",
65
+ "gitDecoration.deletedResourceForeground": "#F43E5C",
66
+ "gitDecoration.ignoredResourceForeground": "#06060C4D",
67
+ "gitDecoration.modifiedResourceForeground": "#AF5427",
68
+ "gitDecoration.untrackedResourceForeground": "#1EB980",
69
+ "input.background": "#F9CBBE",
70
+ "inputOption.activeBorder": "#E7366580",
71
+ "inputValidation.errorBackground": "#F43E5C80",
72
+ "inputValidation.errorBorder": "#F43E5C00",
73
+ "list.activeSelectionBackground": "#F9CBBE80",
74
+ "list.activeSelectionForeground": "#06060C",
75
+ "list.dropBackground": "#F9CEC380",
76
+ "list.errorForeground": "#F43E5CE6",
77
+ "list.focusBackground": "#F9CBBE80",
78
+ "list.focusForeground": "#06060C",
79
+ "list.highlightForeground": "#E84A72",
80
+ "list.hoverBackground": "#F9CBBE80",
81
+ "list.hoverForeground": "#06060C",
82
+ "list.inactiveFocusBackground": "#F9CBBE80",
83
+ "list.inactiveSelectionBackground": "#F9CBBE4D",
84
+ "list.inactiveSelectionForeground": "#06060C",
85
+ "list.warningForeground": "#1EB980B3",
86
+ "panelTitle.activeBorder": "#E84A72",
87
+ "peekView.border": "#1A1C231A",
88
+ "peekViewEditor.background": "#FADAD1",
89
+ "peekViewEditor.matchHighlightBackground": "#F9CEC380",
90
+ "peekViewResult.background": "#FADAD1",
91
+ "peekViewResult.matchHighlightBackground": "#F9CEC380",
92
+ "peekViewResult.selectionBackground": "#F9CBBE80",
93
+ "peekViewTitle.background": "#FADAD1",
94
+ "pickerGroup.foreground": "#E84A72E6",
95
+ "progressBar.background": "#E84A72",
96
+ "scrollbar.shadow": "#16161C4D",
97
+ "scrollbarSlider.activeBackground": "#F9CEC3E6",
98
+ "scrollbarSlider.background": "#F9CEC380",
99
+ "scrollbarSlider.hoverBackground": "#F9CEC3B3",
100
+ "selection.background": "#AF542780",
101
+ "sideBar.background": "#FDF0ED",
102
+ "sideBar.dropBackground": "#F9CEC34D",
103
+ "sideBar.foreground": "#06060CB3",
104
+ "sideBarSectionHeader.background": "#FDF0ED",
105
+ "sideBarSectionHeader.foreground": "#06060CB3",
106
+ "statusBar.background": "#FDF0ED",
107
+ "statusBar.debuggingBackground": "#AF5427",
108
+ "statusBar.debuggingForeground": "#06060C",
109
+ "statusBar.foreground": "#06060CB3",
110
+ "statusBar.noFolderBackground": "#FDF0ED",
111
+ "statusBarItem.hoverBackground": "#F9CBBE",
112
+ "statusBarItem.prominentBackground": "#F9CBBE",
113
+ "statusBarItem.prominentHoverBackground": "#F9CEC3",
114
+ "tab.activeBorder": "#E84A72",
115
+ "tab.border": "#FDF0ED00",
116
+ "tab.inactiveBackground": "#FDF0ED",
117
+ "terminal.ansiBlue": "#26BBD9",
118
+ "terminal.ansiBrightBlue": "#3FC4DE",
119
+ "terminal.ansiBrightCyan": "#6BE4E6",
120
+ "terminal.ansiBrightGreen": "#3FDAA4",
121
+ "terminal.ansiBrightMagenta": "#F075B5",
122
+ "terminal.ansiBrightRed": "#EC6A88",
123
+ "terminal.ansiBrightYellow": "#FBC3A7",
124
+ "terminal.ansiCyan": "#59E1E3",
125
+ "terminal.ansiGreen": "#29D398",
126
+ "terminal.ansiMagenta": "#EE64AC",
127
+ "terminal.ansiRed": "#E95678",
128
+ "terminal.ansiYellow": "#FAB795",
129
+ "terminal.foreground": "#06060C",
130
+ "terminal.selectionBackground": "#F9CEC380",
131
+ "terminalCursor.background": "#06060C",
132
+ "terminalCursor.foreground": "#F9CEC3B3",
133
+ "textLink.activeForeground": "#E73665",
134
+ "textLink.foreground": "#E84A72",
135
+ "titleBar.activeBackground": "#FDF0ED",
136
+ "titleBar.inactiveBackground": "#FDF0ED",
137
+ "walkThrough.embeddedEditorBackground": "#FADAD1",
138
+ "widget.shadow": "#16161C4D"
139
+ },
140
+ "displayName": "Horizon Bright",
141
+ "name": "horizon-bright",
142
+ "semanticHighlighting": true,
143
+ "tokenColors": [
144
+ {
145
+ "scope": "comment",
146
+ "settings": {
147
+ "fontStyle": "italic",
148
+ "foreground": "#33333380"
149
+ }
150
+ },
151
+ {
152
+ "scope": "constant",
153
+ "settings": {
154
+ "foreground": "#DC3318"
155
+ }
156
+ },
157
+ {
158
+ "scope": "constant.character.escape",
159
+ "settings": {
160
+ "foreground": "#1D8991"
161
+ }
162
+ },
163
+ {
164
+ "scope": "entity.name",
165
+ "settings": {
166
+ "foreground": "#F77D26"
167
+ }
168
+ },
169
+ {
170
+ "scope": "entity.name.function",
171
+ "settings": {
172
+ "foreground": "#1D8991"
173
+ }
174
+ },
175
+ {
176
+ "scope": "entity.name.tag",
177
+ "settings": {
178
+ "fontStyle": "normal",
179
+ "foreground": "#DA103F"
180
+ }
181
+ },
182
+ {
183
+ "scope": [
184
+ "entity.name.type",
185
+ "storage.type.cs"
186
+ ],
187
+ "settings": {
188
+ "foreground": "#F77D26"
189
+ }
190
+ },
191
+ {
192
+ "scope": "entity.other.attribute-name",
193
+ "settings": {
194
+ "fontStyle": "normal",
195
+ "foreground": "#DC3318"
196
+ }
197
+ },
198
+ {
199
+ "scope": "entity.other.inherited-class",
200
+ "settings": {
201
+ "foreground": "#F6661E"
202
+ }
203
+ },
204
+ {
205
+ "scope": "entity.other.attribute-name.id",
206
+ "settings": {
207
+ "foreground": "#1D8991"
208
+ }
209
+ },
210
+ {
211
+ "scope": [
212
+ "entity.other.attribute-name.pseudo-element",
213
+ "entity.other.attribute-name.pseudo-class"
214
+ ],
215
+ "settings": {
216
+ "foreground": "#F6661E"
217
+ }
218
+ },
219
+ {
220
+ "scope": [
221
+ "entity.name.variable",
222
+ "variable"
223
+ ],
224
+ "settings": {
225
+ "foreground": "#DA103F"
226
+ }
227
+ },
228
+ {
229
+ "scope": "keyword",
230
+ "settings": {
231
+ "fontStyle": "normal",
232
+ "foreground": "#8A31B9"
233
+ }
234
+ },
235
+ {
236
+ "scope": "keyword.operator",
237
+ "settings": {
238
+ "foreground": "#333333"
239
+ }
240
+ },
241
+ {
242
+ "scope": [
243
+ "keyword.operator.new",
244
+ "keyword.operator.expression",
245
+ "keyword.operator.logical",
246
+ "keyword.operator.delete"
247
+ ],
248
+ "settings": {
249
+ "foreground": "#8A31B9"
250
+ }
251
+ },
252
+ {
253
+ "scope": "keyword.other.unit",
254
+ "settings": {
255
+ "foreground": "#DC3318"
256
+ }
257
+ },
258
+ {
259
+ "scope": "markup.quote",
260
+ "settings": {
261
+ "fontStyle": "italic",
262
+ "foreground": "#F6661EB3"
263
+ }
264
+ },
265
+ {
266
+ "scope": [
267
+ "markup.heading",
268
+ "entity.name.section"
269
+ ],
270
+ "settings": {
271
+ "foreground": "#DA103F"
272
+ }
273
+ },
274
+ {
275
+ "scope": "markup.bold",
276
+ "settings": {
277
+ "fontStyle": "bold",
278
+ "foreground": "#8A31B9"
279
+ }
280
+ },
281
+ {
282
+ "scope": "markup.italic",
283
+ "settings": {
284
+ "fontStyle": "italic",
285
+ "foreground": "#1D8991"
286
+ }
287
+ },
288
+ {
289
+ "scope": [
290
+ "markup.inline.raw",
291
+ "markup.fenced_code.block"
292
+ ],
293
+ "settings": {
294
+ "foreground": "#DC3318"
295
+ }
296
+ },
297
+ {
298
+ "scope": "markup.underline.link",
299
+ "settings": {
300
+ "foreground": "#F6661E"
301
+ }
302
+ },
303
+ {
304
+ "scope": "storage",
305
+ "settings": {
306
+ "fontStyle": "normal",
307
+ "foreground": "#8A31B9"
308
+ }
309
+ },
310
+ {
311
+ "scope": [
312
+ "string.quoted",
313
+ "string.template"
314
+ ],
315
+ "settings": {
316
+ "foreground": "#F6661E"
317
+ }
318
+ },
319
+ {
320
+ "scope": "string.regexp",
321
+ "settings": {
322
+ "foreground": "#DC3318"
323
+ }
324
+ },
325
+ {
326
+ "scope": "string.other.link",
327
+ "settings": {
328
+ "foreground": "#DC3318"
329
+ }
330
+ },
331
+ {
332
+ "scope": "support",
333
+ "settings": {
334
+ "foreground": "#F77D26"
335
+ }
336
+ },
337
+ {
338
+ "scope": "support.function",
339
+ "settings": {
340
+ "foreground": "#1D8991"
341
+ }
342
+ },
343
+ {
344
+ "scope": "support.variable",
345
+ "settings": {
346
+ "foreground": "#DA103F"
347
+ }
348
+ },
349
+ {
350
+ "scope": [
351
+ "support.type.property-name",
352
+ "meta.object-literal.key"
353
+ ],
354
+ "settings": {
355
+ "foreground": "#DA103F"
356
+ }
357
+ },
358
+ {
359
+ "scope": "support.type.property-name.css",
360
+ "settings": {
361
+ "foreground": "#333333"
362
+ }
363
+ },
364
+ {
365
+ "scope": [
366
+ "variable.language"
367
+ ],
368
+ "settings": {
369
+ "fontStyle": "italic",
370
+ "foreground": "#F77D26"
371
+ }
372
+ },
373
+ {
374
+ "scope": "variable.parameter",
375
+ "settings": {
376
+ "fontStyle": "italic"
377
+ }
378
+ },
379
+ {
380
+ "scope": "string.template meta.embedded",
381
+ "settings": {
382
+ "foreground": "#333333"
383
+ }
384
+ },
385
+ {
386
+ "scope": "punctuation.definition.tag",
387
+ "settings": {
388
+ "fontStyle": "normal",
389
+ "foreground": "#DA103FB3"
390
+ }
391
+ },
392
+ {
393
+ "scope": "punctuation.separator",
394
+ "settings": {
395
+ "foreground": "#333333"
396
+ }
397
+ },
398
+ {
399
+ "scope": "punctuation.definition.template-expression",
400
+ "settings": {
401
+ "foreground": "#8A31B9"
402
+ }
403
+ },
404
+ {
405
+ "scope": "punctuation.section.embedded",
406
+ "settings": {
407
+ "foreground": "#8A31B9"
408
+ }
409
+ },
410
+ {
411
+ "scope": "punctuation.definition.list",
412
+ "settings": {
413
+ "foreground": "#DC3318"
414
+ }
415
+ }
416
+ ],
417
+ "type": "dark"
418
+ }