qwen-code/packages/cli/src/ui/components
Taylor Mullen 4c2a5045a0 Add theming support.
- Added a number of common themes to our support matrix:
 - AtomOneDark
 - Dracula
 - VS
 - GitHub
 - GoogleCode
 - XCode
 - ... Admittedly these all were randomly picked, we could probably curate these better...
- Added a new `ThemeDialog` UI that can be accessed via `/theme`. It shows your currentlyt available themes and allows you to change them freely. It does **not**:
 - Save the theme between sessions
 - Allow you to hit escape
 - Show a preview prior to selection.
- These themes are from reacts highlight js library.

Fixes https://b.corp.google.com/issues/412797985
2025-04-22 22:08:13 -07:00
..
messages Refactor tool confirmation radio buttons to own component. 2025-04-22 18:33:36 -07:00
shared Refactor tool confirmation radio buttons to own component. 2025-04-22 18:33:36 -07:00
Footer.tsx env var to set default model, display model on lower right (#110) 2025-04-21 23:25:10 -07:00
Header.tsx Add theming support. 2025-04-22 22:08:13 -07:00
HistoryDisplay.tsx Add apache2 SPDX headers to all source files (#48) 2025-04-18 17:44:24 -07:00
InputPrompt.tsx Give Gemini Code a face lift. 2025-04-19 17:10:06 -04:00
LoadingIndicator.tsx Give Gemini Code a face lift. 2025-04-19 17:10:06 -04:00
ThemeDialog.tsx Add theming support. 2025-04-22 22:08:13 -07:00
Tips.tsx Give Gemini Code a face lift. 2025-04-19 17:10:06 -04:00