From ec56036c1a4b5a241254e1ed9ec4882890e47041 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 7 Jan 2026 11:18:15 -0800 Subject: [PATCH 1/2] update version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8a04d9..9f235aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pierre-vscode-theme", - "version": "0.0.16", + "version": "0.0.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pierre-vscode-theme", - "version": "0.0.15", + "version": "0.0.17", "license": "MIT", "devDependencies": { "@vscode/vsce": "^3.2.2", diff --git a/package.json b/package.json index cc2a40f..3ec9d09 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pierre-vscode-theme", "displayName": "Pierre Theme", "description": "Pierre theme for Shiki, VS Code, and more", - "version": "0.0.16", + "version": "0.0.17", "publisher": "pierre-computer-co", "icon": "icon.png", "galleryBanner": { From 00906235890fc68f0c456a67f252ffd93f6f50f5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 7 Jan 2026 11:19:48 -0800 Subject: [PATCH 2/2] update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5736157..3f63ddd 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,11 @@ 3. Then [select a theme](https://code.visualstudio.com/docs/getstarted/themes#_selecting-the-color-theme). Four themes are included: - `Pierre Light` - `Pierre Dark` - - `Pierre Light Vibrant` (Display P3 color space, not for VS Code editors) - - `Pierre Dark Vibrant` (Display P3 color space, not for VS Code editors) ## Vibrant themes (Display P3) > [!NOTE] -> Vibrant themes do not work in VS Code at this time as it does not support color formats other than Hex or RGB. You can, however, use these with [Precision Diffs](https://pierrejs-docs.vercel.app) or any [Shiki](https://shiki.style) project to render code. +> Vibrant themes do not work in VS Code at this time as it does not support color formats other than Hex or RGB. You can, however, use these with [Diffs](https://diffs.com) or any [Shiki](https://shiki.style) project to render code. The **Vibrant** theme variants use CSS's `color(display-p3 r g b)` format with enhanced saturation to fully utilize Display P3's wider color gamut. Display P3 can represent ~25% more colors than standard sRGB, and these themes are optimized to take full advantage of that on compatible displays.