qwen-code/packages/cli/src/ui/hooks
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
..
useAppEffects.ts Starting to modularize into separate cli / server packages. (#55) 2025-04-19 19:45:42 +01:00
useGeminiStream.ts Question flag (#125) 2025-04-22 18:32:03 -07:00
useInputHistory.ts Adding in a history buffer (#38) 2025-04-19 14:31:59 +01:00
useLoadingIndicator.ts Remove gemini-stream.ts (#84) 2025-04-21 11:49:46 -07:00
useThemeCommand.ts Add theming support. 2025-04-22 22:08:13 -07:00