From acd48a125928cd721946713241e3236680d43507 Mon Sep 17 00:00:00 2001 From: Ali Al Jufairi Date: Mon, 4 Aug 2025 06:56:27 +0900 Subject: [PATCH] =?UTF-8?q?docs(fix):=20Update=20themes=20documentation=20?= =?UTF-8?q?to=20include=20new=20color=20keys=20for=E2=80=A6=20(#5467)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cli/themes.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/cli/themes.md b/docs/cli/themes.md index df891868..25d6123c 100644 --- a/docs/cli/themes.md +++ b/docs/cli/themes.md @@ -58,7 +58,11 @@ Add a `customThemes` block to your user, project, or system `settings.json` file "AccentYellow": "#E5C07B", "AccentRed": "#E06C75", "Comment": "#5C6370", - "Gray": "#ABB2BF" + "Gray": "#ABB2BF", + "DiffAdded": "#A6E3A1", + "DiffRemoved": "#F38BA8", + "DiffModified": "#89B4FA", + "GradientColors": ["#4796E4", "#847ACE", "#C3677F"] } } } @@ -77,6 +81,9 @@ Add a `customThemes` block to your user, project, or system `settings.json` file - `AccentRed` - `Comment` - `Gray` +- `DiffAdded` (optional, for added lines in diffs) +- `DiffRemoved` (optional, for removed lines in diffs) +- `DiffModified` (optional, for modified lines in diffs) **Required Properties:**