fix(ui): optimize prompt input styling with theme simplification and history indicator#1666
Merged
Merged
Conversation
…history indicator - Simplify themes from 7 to 5 (dark, light, midnight, deep-blue, high-contrast) - Add new deep-blue theme with #0153e5 brand color - Rename tokyo-night to midnight (remove geographic name) - Fix input text color to follow theme changes (add FG.body) - Add history mode indicator (↑ history) when viewing past inputs - Optimize bgInput color values for better contrast Closes esengine#1665
Owner
|
Thanks — merged. |
3 tasks
esengine
added a commit
that referenced
this pull request
May 24, 2026
#1666 renamed/dropped themes (tokyo-night → midnight, removed default/github-dark/github-light, added deep-blue) but missed three surfaces: - `/theme` slash command's `argsHint` and `argCompleter` still advertised the removed names and were missing `midnight` / `deep-blue` - i18n `themeCaption` dicts in EN.ts and zh-CN.ts still held the removed entries and had no labels for the new themes, so the picker would render the literal i18n key (e.g. `wizard.themeCaption.midnight`) next to the new theme names Drop the stale entries from both locales, add captions for `midnight` and `deep-blue`, and trim the slash command lists to the actual theme set. The "default" caption is gone because the theme itself was removed. Co-authored-by: reasonix <reasonix@deepseek.com>
This was referenced May 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
1. Theme Simplification (7 → 5)
2. New deep-blue Theme
3. Fix Input Text Color
enderSegment function
4. Add History Mode Indicator
5. Optimize bgInput Color Values
Files Changed
Testing
Closes #1665