debugging(ui): add optional debugRainbow setting (#25088)

This commit is contained in:
Jacob Richman
2026-04-09 19:42:21 -07:00
committed by GitHub
parent e09410b6e5
commit 43b93e9e1b
4 changed files with 24 additions and 0 deletions

View File

@@ -202,6 +202,12 @@ their corresponding top-level category object in your `settings.json` file.
#### `ui`
- **`ui.debugRainbow`** (boolean):
- **Description:** Enable debug rainbow rendering. Only useful for debugging
rendering bugs and performance issues.
- **Default:** `false`
- **Requires restart:** Yes
- **`ui.theme`** (string):
- **Description:** The color theme for the UI. See the CLI themes guide for
available options.