Uh oh!
There was an error while loading. Please reload this page.
feat(tui): add default vscode themes collection - #14441
Conversation
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
The following comment was made by an LLM, it may be inaccurate: Based on the search results, I found one potentially related PR: Related PR:
This PR may be related as it also deals with adding themes to the TUI. You may want to check if #4887 already implements VSCode theme support or if there's overlap in the theme management approach. |
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
n24q02m
commented
Feb 25, 2026
I'll be publishing these themes as a standalone NPM plugin instead to keep the core binary small and allow for independent updates. Thank you! |
Issue for this PR
Closes#4887
Type of change
What does this PR do?
Expands the built-in TUI themes to include familiar VSCode-based themes:
VSCode Dark,VSCode Light, andTomorrow Night Blue. These have been added to thedefsand the dialog list, allowing users to easily select them from the TUI theme menu.How did you verify your code works?
Launched the TUI, opened the theme dialog, selected each new theme, and verified that colors apply correctly. Passed
bun run typecheckandbun run test.Screenshots / recordings
N/A
Checklist