tm-themes 1.8.1 → 1.8.2

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/README.md CHANGED
@@ -65,7 +65,7 @@ import { themes } from 'tm-themes'
65
65
  | Monokai | `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 7.60 kB |
66
66
  | Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/33ef8e835fde5df592dddeec63bc0c80d073bc24/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE) | 28.02 kB |
67
67
  | 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 |
68
- | One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/37492751be5cb02bed4c3bf4f1938f075bc6ce6b/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.54 kB |
68
+ | One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/3072916859666e0ec12555dd42109cf3d84aaf32/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.65 kB |
69
69
  | 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 |
70
70
  | Poimandres | `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json) | [MIT](https://raw.githubusercontent.com/drcmda/poimandres-theme/main/LICENSE) | 32.65 kB |
71
71
  | Red | `red` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-red/themes/Red-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.02 kB |
package/index.js CHANGED
@@ -355,14 +355,14 @@ export const themes = [
355
355
  type: 'dark',
356
356
  },
357
357
  {
358
- byteSize: 33321,
358
+ byteSize: 33435,
359
359
  displayName: 'One Dark Pro',
360
- lastUpdate: '2024-03-13T03:10:53Z',
360
+ lastUpdate: '2024-09-13T02:43:40Z',
361
361
  license: 'MIT',
362
362
  licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
363
363
  name: 'one-dark-pro',
364
- sha: '37492751be5cb02bed4c3bf4f1938f075bc6ce6b',
365
- source: 'https://github.com/Binaryify/OneDark-Pro/blob/37492751be5cb02bed4c3bf4f1938f075bc6ce6b/themes/OneDark-Pro.json',
364
+ sha: '3072916859666e0ec12555dd42109cf3d84aaf32',
365
+ source: 'https://github.com/Binaryify/OneDark-Pro/blob/3072916859666e0ec12555dd42109cf3d84aaf32/themes/OneDark-Pro.json',
366
366
  type: 'dark',
367
367
  },
368
368
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.8.1",
4
+ "version": "1.8.2",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -1471,6 +1471,15 @@
1471
1471
  "foreground": "#c678dd"
1472
1472
  }
1473
1473
  },
1474
+ {
1475
+ "scope": [
1476
+ "keyword.operator.arithmetic.c",
1477
+ "keyword.operator.arithmetic.cpp"
1478
+ ],
1479
+ "settings": {
1480
+ "foreground": "#c678dd"
1481
+ }
1482
+ },
1474
1483
  {
1475
1484
  "scope": [
1476
1485
  "entity.name.package.go"