tm-themes 1.8.2 → 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 +17 -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-09-
|
|
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
|
@@ -1980,6 +1980,23 @@
|
|
|
1980
1980
|
"foreground": "#e06c75"
|
|
1981
1981
|
}
|
|
1982
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
|
+
},
|
|
1983
2000
|
{
|
|
1984
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",
|
|
1985
2002
|
"settings": {
|