From 4920ad26941d367ef79fb2152086a706371d0e0a Mon Sep 17 00:00:00 2001 From: jw bot Date: Mon, 19 Jan 2026 21:08:48 -0800 Subject: [PATCH] docs(themes): remove unsupported DiffModified color key (#17073) --- docs/cli/themes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/cli/themes.md b/docs/cli/themes.md index e7d67e5ebe..b6a372140b 100644 --- a/docs/cli/themes.md +++ b/docs/cli/themes.md @@ -86,7 +86,6 @@ color keys. For example: - `Gray` - `DiffAdded` (optional, for added lines in diffs) - `DiffRemoved` (optional, for removed lines in diffs) -- `DiffModified` (optional, for modified lines in diffs) You can also override individual UI text roles by adding a nested `text` object. This object supports the keys `primary`, `secondary`, `link`, `accent`, and @@ -157,7 +156,6 @@ custom theme defined in `settings.json`. "Gray": "#ABB2BF", "DiffAdded": "#A6E3A1", "DiffRemoved": "#F38BA8", - "DiffModified": "#89B4FA", "GradientColors": ["#4796E4", "#847ACE", "#C3677F"] } ```