From 9fa3ed15fe116f7d2679a9d779af3721213542e8 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 01:06:05 +0000 Subject: [PATCH] feat: update Themes and Grammars [ci skip] --- packages/tm-themes/README.md | 2 +- packages/tm-themes/index.js | 8 ++++---- packages/tm-themes/package.json | 2 +- packages/tm-themes/themes/one-dark-pro.json | 9 +++++++++ 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/packages/tm-themes/README.md b/packages/tm-themes/README.md index 150bad4..a55c167 100644 --- a/packages/tm-themes/README.md +++ b/packages/tm-themes/README.md @@ -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 | diff --git a/packages/tm-themes/index.js b/packages/tm-themes/index.js index 4ef799e..f638e50 100644 --- a/packages/tm-themes/index.js +++ b/packages/tm-themes/index.js @@ -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', }, { diff --git a/packages/tm-themes/package.json b/packages/tm-themes/package.json index dbdeceb..db2c00f 100644 --- a/packages/tm-themes/package.json +++ b/packages/tm-themes/package.json @@ -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 ", "license": "MIT", diff --git a/packages/tm-themes/themes/one-dark-pro.json b/packages/tm-themes/themes/one-dark-pro.json index 06a66ca..9f3b9c9 100644 --- a/packages/tm-themes/themes/one-dark-pro.json +++ b/packages/tm-themes/themes/one-dark-pro.json @@ -1471,6 +1471,15 @@ "foreground": "#c678dd" } }, + { + "scope": [ + "keyword.operator.arithmetic.c", + "keyword.operator.arithmetic.cpp" + ], + "settings": { + "foreground": "#c678dd" + } + }, { "scope": [ "entity.name.package.go"