tm-themes 1.9.5 → 1.9.7

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
@@ -516,7 +516,7 @@ SOFTWARE.
516
516
 
517
517
  =========================================================================================================
518
518
  Files: night-owl.json
519
- License: https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE
519
+ License: https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md
520
520
  SPDX: MIT
521
521
  ---------------------------------------------------------------------------------------------------------
522
522
  MIT License
package/README.md CHANGED
@@ -66,7 +66,7 @@ import { themes } from 'tm-themes'
66
66
  | Material Theme Palenight | `material-theme-palenight` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | 18.14 kB |
67
67
  | Min Dark | `min-dark` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-dark.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.08 kB |
68
68
  | Monokai | `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/09fe3fcbc1514bc35742dc4325d05b7d7adfcad2/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 7.64 kB |
69
- | Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/52fdf71e889ea40fb356f6d3af1f6956dba8b383/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE) | 28.05 kB |
69
+ | Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md) | 28.18 kB |
70
70
  | Nord | `nord` | [arcticicestudio/nord-visual-studio-code](https://github.com/arcticicestudio/nord-visual-studio-code/blob/27045851c5154fe2d9b116e7491c596cdcd72275/themes/nord-color-theme.json) | [MIT](https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license) | 26.04 kB |
71
71
  | One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/469431cd7a848dc8f8e40bee2ae547a9abd631e0/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.89 kB |
72
72
  | Plastic | `plastic` | [will-stone/plastic](https://github.com/will-stone/plastic/blob/30eaf248a3ee319c85ddf254dd0cb64a443d1571/themes/main.json) | [MIT](https://raw.githubusercontent.com/will-stone/plastic/main/LICENSE) | 9.02 kB |
package/index.js CHANGED
@@ -399,15 +399,15 @@ export const themes = [
399
399
  type: 'dark',
400
400
  },
401
401
  {
402
- byteSize: 28727,
402
+ byteSize: 28853,
403
403
  displayName: 'Night Owl',
404
- hash: '0wm3DEqiC2',
405
- lastUpdate: '2024-12-08T16:44:43Z',
404
+ hash: 'CPTuV0qaTN',
405
+ lastUpdate: '2024-12-31T21:18:40Z',
406
406
  license: 'MIT',
407
- licenseUrl: 'https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE',
407
+ licenseUrl: 'https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md',
408
408
  name: 'night-owl',
409
- sha: '52fdf71e889ea40fb356f6d3af1f6956dba8b383',
410
- source: 'https://github.com/sdras/night-owl-vscode-theme/blob/52fdf71e889ea40fb356f6d3af1f6956dba8b383/themes/Night%20Owl-color-theme.json',
409
+ sha: 'd298950d6378c36c027f1387e307ebf3f145fc90',
410
+ source: 'https://github.com/sdras/night-owl-vscode-theme/blob/d298950d6378c36c027f1387e307ebf3f145fc90/themes/Night%20Owl-color-theme.json',
411
411
  type: 'dark',
412
412
  },
413
413
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.9.5",
4
+ "version": "1.9.7",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -20,9 +20,7 @@
20
20
  "debugExceptionWidget.border": "#5f7e97",
21
21
  "debugToolBar.background": "#011627",
22
22
  "diffEditor.insertedTextBackground": "#99b76d23",
23
- "diffEditor.insertedTextBorder": "#c5e47833",
24
23
  "diffEditor.removedTextBackground": "#ef535033",
25
- "diffEditor.removedTextBorder": "#ef53504d",
26
24
  "dropdown.background": "#011627",
27
25
  "dropdown.border": "#5f7e97",
28
26
  "dropdown.foreground": "#ffffffcc",
@@ -33,7 +31,7 @@
33
31
  "editor.foreground": "#d6deeb",
34
32
  "editor.hoverHighlightBackground": "#7e57c25a",
35
33
  "editor.inactiveSelectionBackground": "#7e57c25a",
36
- "editor.lineHighlightBackground": "#0003",
34
+ "editor.lineHighlightBackground": "#28707d29",
37
35
  "editor.lineHighlightBorder": null,
38
36
  "editor.rangeHighlightBackground": "#7e57c25a",
39
37
  "editor.selectionBackground": "#1d3b53",
@@ -702,6 +700,15 @@
702
700
  "foreground": "#82AAFF"
703
701
  }
704
702
  },
703
+ {
704
+ "scope": [
705
+ "variable.language.this.js"
706
+ ],
707
+ "settings": {
708
+ "fontStyle": "italic",
709
+ "foreground": "#41eec6"
710
+ }
711
+ },
705
712
  {
706
713
  "scope": [
707
714
  "keyword.operator.comparison",
@@ -1341,45 +1348,45 @@
1341
1348
  },
1342
1349
  {
1343
1350
  "scope": [
1344
- "markup.heading.markdown",
1345
- "markup.heading.setext.1.markdown",
1346
- "markup.heading.setext.2.markdown"
1351
+ "markup.heading",
1352
+ "markup.heading.setext.1",
1353
+ "markup.heading.setext.2"
1347
1354
  ],
1348
1355
  "settings": {
1349
1356
  "foreground": "#82b1ff"
1350
1357
  }
1351
1358
  },
1352
1359
  {
1353
- "scope": "markup.italic.markdown",
1360
+ "scope": "markup.italic",
1354
1361
  "settings": {
1355
1362
  "fontStyle": "italic",
1356
1363
  "foreground": "#c792ea"
1357
1364
  }
1358
1365
  },
1359
1366
  {
1360
- "scope": "markup.bold.markdown",
1367
+ "scope": "markup.bold",
1361
1368
  "settings": {
1362
1369
  "fontStyle": "bold",
1363
1370
  "foreground": "#c5e478"
1364
1371
  }
1365
1372
  },
1366
1373
  {
1367
- "scope": "markup.quote.markdown",
1374
+ "scope": "markup.quote",
1368
1375
  "settings": {
1369
1376
  "fontStyle": "italic",
1370
1377
  "foreground": "#697098"
1371
1378
  }
1372
1379
  },
1373
1380
  {
1374
- "scope": "markup.inline.raw.markdown",
1381
+ "scope": "markup.inline.raw",
1375
1382
  "settings": {
1376
1383
  "foreground": "#80CBC4"
1377
1384
  }
1378
1385
  },
1379
1386
  {
1380
1387
  "scope": [
1381
- "markup.underline.link.markdown",
1382
- "markup.underline.link.image.markdown"
1388
+ "markup.underline.link",
1389
+ "markup.underline.link.image"
1383
1390
  ],
1384
1391
  "settings": {
1385
1392
  "foreground": "#ff869a"
@@ -1705,6 +1712,24 @@
1705
1712
  "foreground": "#82AAFF"
1706
1713
  }
1707
1714
  },
1715
+ {
1716
+ "scope": "markup.deleted",
1717
+ "settings": {
1718
+ "foreground": "#ff0000"
1719
+ }
1720
+ },
1721
+ {
1722
+ "scope": "markup.inserted",
1723
+ "settings": {
1724
+ "foreground": "#036A07"
1725
+ }
1726
+ },
1727
+ {
1728
+ "scope": "markup.underline",
1729
+ "settings": {
1730
+ "fontStyle": "underline"
1731
+ }
1732
+ },
1708
1733
  {
1709
1734
  "scope": [
1710
1735
  "meta.property-list.css meta.property-value.css variable.other.less",