feat: increase statusbar text size and add Codex-inspired colorful theme - #61534
Closed
jamesxia1988 wants to merge 1 commit into
Closed
feat: increase statusbar text size and add Codex-inspired colorful theme#61534jamesxia1988 wants to merge 1 commit into
jamesxia1988 wants to merge 1 commit into
Conversation
- Statusbar: text size 0.6875rem(11px) → xs(12px), height h-5(20px) → h-6(24px), wider padding and spacing - Add new 'codex' theme: vibrant purple-blue palette for both light and dark modes, inspired by OpenAI Codex - Light mode: soft lavender backgrounds with purple accents (#7C3AED) - Dark mode: deep indigo-purple with brighter lavender accents (#A78BFA) - Uses JetBrains Mono for consistent code rendering - Theme auto-appears in Appearance settings with no other code changes
Author
|
Closing — this should have been filed as an issue (feature request), not a PR. |
Collaborator
Related: the new colorful 'codex' theme partially addresses the 'more vibrant built-in themes' half of feature request #61425 (larger default window + more colorful themes), and sits alongside the open cmux desktop-theme PR #49958. Different scope/surface — cross-linking the desktop theming cluster, not a duplicate. |
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.
Summary
Two small UX improvements for the Hermes Desktop app, based on user feedback:
1. Larger statusbar text
0.6875rem(11px) →text-xs(12px)h-5(20px) →h-6(24px)px-1→px-1.5/px-2) and spacing (gap-1→gap-1.5)text-muted-foregroundopacity instead of/80Before: statusbar text at 11px was hard to read, cramped layout
After: 12px text with more breathing room while staying compact
2. New "Codex" theme (vibrant purple-blue)
Adds a new built-in theme inspired by modern AI tools like OpenAI Codex:
The new theme joins the existing lineup as
codex, visible in the theme picker dropdown alongside Nous, Midnight, Ember, Mono, Cyberpunk, and Slate.Screenshots
Testing
Related