feat(skin): add light-mode skins + skin-aware completion menus - #9461
Merged
Conversation
Add a second light-mode skin option with warm brown/parchment tones, adapted from ygd58's contribution in PR #4811. Includes completion menu and status bar color keys for full light-terminal support. Co-authored-by: buray <78954051+ygd58@users.noreply.github.com>
This was referenced Apr 14, 2026
1 task
1 task
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
Adds two built-in light-mode skins and makes completion menu / status bar backgrounds skin-configurable. Fixes the CLI being unreadable on light terminal backgrounds.
What changed
From PR #9369 (chongweiliu):
daylightskin — Tailwind CSS-inspired blue/slate palette for light terminals (#111827near-black text,#2563EBblue accents)completion_menu_bg,completion_menu_current_bg,completion_menu_meta_bg,completion_menu_meta_current_bg,status_bar_bg,voice_status_bg_DIMskin-aware incli.py(was hardcoded\033[2m, now readsbanner_dimfrom skin)_hex_to_ansi_bold()→_hex_to_ansi(bold=False)so bold is optionalFrom PR #4811 (ygd58):
warm-lightmodeskin — warm brown/parchment tones for light terminals (#2C1810dark brown text,#8B4513saddle brown accents)How to use
Or in
~/.hermes/config.yaml:Test plan
Attribution
Cherry-picked from PR #9369 by @chongweiliu (original commit preserved).
Warm-lightmode skin adapted from PR #4811 by @ygd58.
Closes #9369, closes #4811. Also supersedes #5353, #8679, #8567.