tm-themes 1.8.1 → 1.8.3
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 +1 -1
- package/index.js +4 -4
- package/package.json +1 -1
- package/themes/one-dark-pro.json +26 -0
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/
|
|
68
|
+
| One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/aa95e43ffc7ac6af58f6a715c29483fa532eab32/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.85 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:
|
|
358
|
+
byteSize: 33640,
|
|
359
359
|
displayName: 'One Dark Pro',
|
|
360
|
-
lastUpdate: '2024-
|
|
360
|
+
lastUpdate: '2024-09-20T01:36:44Z',
|
|
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: '
|
|
365
|
-
source: 'https://github.com/Binaryify/OneDark-Pro/blob/
|
|
364
|
+
sha: 'aa95e43ffc7ac6af58f6a715c29483fa532eab32',
|
|
365
|
+
source: 'https://github.com/Binaryify/OneDark-Pro/blob/aa95e43ffc7ac6af58f6a715c29483fa532eab32/themes/OneDark-Pro.json',
|
|
366
366
|
type: 'dark',
|
|
367
367
|
},
|
|
368
368
|
{
|
package/package.json
CHANGED
package/themes/one-dark-pro.json
CHANGED
|
@@ -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"
|
|
@@ -1971,6 +1980,23 @@
|
|
|
1971
1980
|
"foreground": "#e06c75"
|
|
1972
1981
|
}
|
|
1973
1982
|
},
|
|
1983
|
+
{
|
|
1984
|
+
"scope": [
|
|
1985
|
+
"support.class.math.block.environment.latex",
|
|
1986
|
+
"constant.other.general.math.tex"
|
|
1987
|
+
],
|
|
1988
|
+
"settings": {
|
|
1989
|
+
"foreground": "#61afef"
|
|
1990
|
+
}
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"scope": [
|
|
1994
|
+
"constant.character.math.tex"
|
|
1995
|
+
],
|
|
1996
|
+
"settings": {
|
|
1997
|
+
"foreground": "#98c379"
|
|
1998
|
+
}
|
|
1999
|
+
},
|
|
1974
2000
|
{
|
|
1975
2001
|
"scope": "entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super",
|
|
1976
2002
|
"settings": {
|