Skip to content

Commit

Permalink
feat: update Themes and Grammars [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2024
1 parent 182d536 commit 9fa3ed1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/tm-themes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import { themes } from 'tm-themes'
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
Expand Down
8 changes: 4 additions & 4 deletions packages/tm-themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,14 +355,14 @@ export const themes = [
type: 'dark',
},
{
byteSize: 33321,
byteSize: 33435,
displayName: 'One Dark Pro',
lastUpdate: '2024-03-13T03:10:53Z',
lastUpdate: '2024-09-13T02:43:40Z',
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
name: 'one-dark-pro',
sha: '37492751be5cb02bed4c3bf4f1938f075bc6ce6b',
source: 'https://github.com/Binaryify/OneDark-Pro/blob/37492751be5cb02bed4c3bf4f1938f075bc6ce6b/themes/OneDark-Pro.json',
sha: '3072916859666e0ec12555dd42109cf3d84aaf32',
source: 'https://github.com/Binaryify/OneDark-Pro/blob/3072916859666e0ec12555dd42109cf3d84aaf32/themes/OneDark-Pro.json',
type: 'dark',
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tm-themes",
"type": "module",
"version": "1.8.1",
"version": "1.8.2",
"description": "Collecton of TextMate grammars in JSON",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/tm-themes/themes/one-dark-pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,15 @@
"foreground": "#c678dd"
}
},
{
"scope": [
"keyword.operator.arithmetic.c",
"keyword.operator.arithmetic.cpp"
],
"settings": {
"foreground": "#c678dd"
}
},
{
"scope": [
"entity.name.package.go"
Expand Down

0 comments on commit 9fa3ed1

Please sign in to comment.