Skip to content

feat(tui): add Cursor Light theme#506

Open
MuziIsabel wants to merge 2 commits into
lsdefine:mainfrom
MuziIsabel:feat/cursor-light-theme-v2
Open

feat(tui): add Cursor Light theme#506
MuziIsabel wants to merge 2 commits into
lsdefine:mainfrom
MuziIsabel:feat/cursor-light-theme-v2

Conversation

@MuziIsabel
Copy link
Copy Markdown
Contributor

What

Add a bright Cursor IDE-inspired palette (cursor-light) as a built-in TUI theme.

Changes

  • New _CURSOR_LIGHT_PALETTE dict with light-mode colors
  • Registered in _THEME_CYCLE for Ctrl+T cycling
  • _resolve_palette handles cursor-light explicitly
  • Pure additive change - no existing code modified

Testing

  • Verified all theme cycle entries render correctly
  • Ctrl+T cycles through themes including cursor-light without errors
  • Light palette displays proper contrast and readability

Add a bright Cursor IDE-inspired palette as a built-in theme option.

- New _CURSOR_LIGHT_PALETTE with Cursor-style light colors

- Registered in _THEME_CYCLE, accessible via Ctrl+T

- _resolve_palette handles cursor-light explicitly

- No existing code modified, pure additive change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant