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 22, 2024
1 parent cf9a126 commit ab554b3
Show file tree
Hide file tree
Showing 4 changed files with 7 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/aa95e43ffc7ac6af58f6a715c29483fa532eab32/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.85 kB |
| One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/82d77a46b723eca3a6f79fde21dc19ffc8ccbe25/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.89 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: 33640,
byteSize: 33680,
displayName: 'One Dark Pro',
lastUpdate: '2024-09-20T01:36:44Z',
lastUpdate: '2024-09-21T05:20:43Z',
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
name: 'one-dark-pro',
sha: 'aa95e43ffc7ac6af58f6a715c29483fa532eab32',
source: 'https://github.com/Binaryify/OneDark-Pro/blob/aa95e43ffc7ac6af58f6a715c29483fa532eab32/themes/OneDark-Pro.json',
sha: '82d77a46b723eca3a6f79fde21dc19ffc8ccbe25',
source: 'https://github.com/Binaryify/OneDark-Pro/blob/82d77a46b723eca3a6f79fde21dc19ffc8ccbe25/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.3",
"version": "1.8.4",
"description": "Collecton of TextMate grammars in JSON",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/tm-themes/themes/one-dark-pro.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"colors": {
"actionBar.toggledBackground": "#525761",
"activityBar.background": "#282c34",
"activityBar.foreground": "#d7dae0",
"activityBarBadge.background": "#4d78cc",
Expand Down

0 comments on commit ab554b3

Please sign in to comment.