From f4f7fef3d311152483216348513098f112d22413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Bech-S=C3=B8rensen?= Date: Tue, 6 May 2025 22:20:20 +0200 Subject: [PATCH] better readme and description --- README.md | 4 ++-- package.json | 11 +++++++---- themes/comfydark.json | 12 +++++++++++- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fe03c40..a5f63aa 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # ComfyDark -VS Code theme with item colors from `GitHub Dark Default` with default VS Code syntax highlighting colors. My favourite. +VS Code theme using item colors from [GitHub Dark Default](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme) combined with the default VS Code syntax highlighting colors [See in Marketplace](https://marketplace.visualstudio.com/items?itemName=JensBech-Srensen.comfydark) ## Screenshot -![Screenshot](images/screenshot.png) +![Screenshot](https://raw.githubusercontent.com/jensbech/ComfyDark/main/images/screenshot.png) \ No newline at end of file diff --git a/package.json b/package.json index 45a99ef..21abc7b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "comfydark", "displayName": "ComfyDark", - "description": "VS Code theme with item colors from `GitHub Dark Default` with default VS Code syntax highlighting colors.", - "version": "1.0.2", + "description": "VS Code theme using item colors from GitHub Dark Default combined with the default VS Code syntax highlighting colors", + "version": "1.0.7", "engines": { "vscode": "^1.99.0" }, @@ -11,7 +11,10 @@ ], "icon": "images/icon.png", "publisher": "JensBech-Srensen", - "repository": {"url": "https://git.bechsor.no/jens/ComfyDark"}, + "repository": { + "type": "git", + "url": "https://git.bechsor.no/jens/ComfyDark.git" + }, "contributes": { "themes": [ { @@ -21,4 +24,4 @@ } ] } -} +} \ No newline at end of file diff --git a/themes/comfydark.json b/themes/comfydark.json index 100d47e..492b52a 100644 --- a/themes/comfydark.json +++ b/themes/comfydark.json @@ -586,6 +586,16 @@ "string": "#ce9178", "number": "#b5cea8", "regexp": "#d16969", - "operator": "#d4d4d4" + "operator": "#C586C0", + "decorator": "#DCDCAA", + "typeAlias": "#4EC9B0", + "macro": "#569CD6", + "formatSpecifier": "#569CD6", + "escapeSequence": "#d7ba7d", + "label": "#C8C8C8", + "module": "#4EC9B0", + "selfKeyword": "#569CD6", + "plainKeyword": "#569CD6", + "controlKeyword": "#C586C0" } } \ No newline at end of file