Skip to content

feat(tui, web): add emoji icons to theme and appearance selector options#2129

Open
bowenliang123 wants to merge 5 commits into
MoonshotAI:mainfrom
bowenliang123:tui/theme-selector-emojis
Open

feat(tui, web): add emoji icons to theme and appearance selector options#2129
bowenliang123 wants to merge 5 commits into
MoonshotAI:mainfrom
bowenliang123:tui/theme-selector-emojis

Conversation

@bowenliang123

@bowenliang123 bowenliang123 commented Jul 24, 2026

Copy link
Copy Markdown

Related Issue

No linked issue — the request is to add visual distinction to the theme/color-scheme selectors.

Problem

The TUI theme picker and the web settings color-scheme control used plain text labels. With only text, the three choices looked uniform and were slightly harder to scan at a glance.

What changed

  • Added emoji icons to the built-in theme options in apps/kimi-code/src/tui/components/dialogs/theme-selector.ts:
    • 🌗 Auto (match terminal)
    • 🌑 Dark
    • 🌕 Light
  • Added the same emoji icons to the web appearance color-scheme options in apps/kimi-web/src/components/settings/SettingsDialog.vue:
    • 🌕 Light
    • 🌑 Dark
    • 🌗 System
  • Updated the choice-picker test to assert the new 🌕 Light ← current label.
  • Added a changeset for the CLI release notes.

Screenshots

TUI theme selector

Before After
tui-before tui-after

Web settings appearance

Before After
web-before web-after

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added/updated tests that prove my feature works.
  • Ran gen-changesets skill, or this PR needs no changeset.
  • Ran gen-docs skill, or this PR needs no doc update.

@changeset-bot

changeset-bot Bot commented Jul 24, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 82d3575

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@moonshot-ai/kimi-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8a2d6be06d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread apps/kimi-code/src/tui/components/dialogs/theme-selector.ts
Comment thread apps/kimi-web/src/components/settings/SettingsDialog.vue
@bowenliang123 bowenliang123 changed the title feat(tui, web): add emoji icons to theme and appearance selector options feat(tui): add emoji icons to theme selector options Jul 24, 2026
@bowenliang123 bowenliang123 changed the title feat(tui): add emoji icons to theme selector options feat(tui, web): add emoji icons to theme and appearance selector options Jul 24, 2026
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