summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/dracula.ts
AgeCommit message (Collapse)Author
2025-06-11Allow themes to update gradient colors (#914)Miguel Solorio
2025-06-05Allow themes to theme the UI (#769)Miguel Solorio
2025-05-08UI Polish for theme selector (#294)Miguel Solorio
2025-04-23Make ui/colors refelect the current theme.jacob314
2025-04-22Add theming support.Taylor Mullen
- 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