Skip to content

feat: increase statusbar text size and add Codex-inspired colorful theme - #61534

Closed
jamesxia1988 wants to merge 1 commit into
NousResearch:mainfrom
jamesxia1988:feat/statusbar-and-colorful-theme
Closed

feat: increase statusbar text size and add Codex-inspired colorful theme#61534
jamesxia1988 wants to merge 1 commit into
NousResearch:mainfrom
jamesxia1988:feat/statusbar-and-colorful-theme

Conversation

@jamesxia1988

Copy link
Copy Markdown

Summary

Two small UX improvements for the Hermes Desktop app, based on user feedback:

1. Larger statusbar text

  • Text size: 0.6875rem (11px) → text-xs (12px)
  • Height: h-5 (20px) → h-6 (24px)
  • Wider padding (px-1px-1.5 / px-2) and spacing (gap-1gap-1.5)
  • Detail text now uses full text-muted-foreground opacity instead of /80

Before: 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:

  • Light mode: soft lavender backgrounds with vivid purple accents (#7C3AED)
  • Dark mode: deep indigo-purple with brighter lavender accents (#A78BFA)
  • JetBrains Mono for code rendering
  • Fully integrated — auto-appears in Appearance settings, no other code needed

The new theme joins the existing lineup as codex, visible in the theme picker dropdown alongside Nous, Midnight, Ember, Mono, Cyberpunk, and Slate.

Screenshots

Needs screenshots from a build — the theme definition follows the same DesktopTheme interface as all existing themes.

Testing

  • Theme appears in Appearance settings → themes dropdown
  • Both light and dark mode render correctly
  • Statusbar text is larger and more readable
  • No regressions in existing themes

Related

  • Closes user request: status bar text too small, UI too black-and-white

- 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
@jamesxia1988

Copy link
Copy Markdown
Author

Closing — this should have been filed as an issue (feature request), not a PR.

@alt-glitch alt-glitch added type/feature New feature or request P3 Low — cosmetic, nice to have comp/desktop Electron desktop app (apps/desktop/*) labels Jul 9, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

This was generated by AI during triage.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/desktop Electron desktop app (apps/desktop/*) P3 Low — cosmetic, nice to have type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants