diff options
| author | Ali Al Jufairi <[email protected]> | 2025-08-04 06:56:27 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-03 21:56:27 +0000 |
| commit | acd48a125928cd721946713241e3236680d43507 (patch) | |
| tree | 6b50f4a7e012934b0d1b58b515d582d5c46310cd /docs | |
| parent | 70478b92a948b41a96963a4f3de057670bb4564f (diff) | |
docs(fix): Update themes documentation to include new color keys for… (#5467)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cli/themes.md | 9 |
1 files changed, 8 insertions, 1 deletions
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:** |
