mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
feat(cli): implement automatic theme switching based on terminal background (#17976)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
@@ -170,6 +170,20 @@
|
||||
"markdownDescription": "The color theme for the UI. See the CLI themes guide for available options.\n\n- Category: `UI`\n- Requires restart: `no`",
|
||||
"type": "string"
|
||||
},
|
||||
"autoThemeSwitching": {
|
||||
"title": "Auto Theme Switching",
|
||||
"description": "Automatically switch between default light and dark themes based on terminal background color.",
|
||||
"markdownDescription": "Automatically switch between default light and dark themes based on terminal background color.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"terminalBackgroundPollingInterval": {
|
||||
"title": "Terminal Background Polling Interval",
|
||||
"description": "Interval in seconds to poll the terminal background color.",
|
||||
"markdownDescription": "Interval in seconds to poll the terminal background color.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `60`",
|
||||
"default": 60,
|
||||
"type": "number"
|
||||
},
|
||||
"customThemes": {
|
||||
"title": "Custom Themes",
|
||||
"description": "Custom theme definitions.",
|
||||
|
||||
Reference in New Issue
Block a user