hermes-agent/hermes_cli/subcommands
Brooklyn Nicholson 4f4f938aef feat(themes): `hermes skin set` — deterministic one-color tweak, bg untouched
Changing a single color kept wrecking the rest because the agent hand-authored a
new skin (often from `default`, which has no `background`, resetting the terminal
to black). Add `hermes skin set <key> <hex>`: edits the ACTIVE skin's one key in
place (a built-in is forked into an editable copy carrying its full palette), so
everything else — background included — is preserved. Plus `skin use` / `skin
list`. The skill now points tweaks at this command instead of hand-authoring.
2026-07-21 21:00:43 -05:00
..
__init__.py
…
_shared.py
…
acp.py
…
auth.py
…
backup.py
…
claw.py
…
config.py
…
console.py
…
cron.py
…
dashboard.py
…
debug.py
…
doctor.py
…
dump.py
…
gateway.py
…
gui.py
…
hooks.py
…
import_cmd.py
…
insights.py
…
login.py
…
logout.py
…
logs.py
…
mcp.py
…
memory.py
…
model.py
…
pairing.py
…
plugins.py
…
postinstall.py
…
profile.py
…
prompt_size.py
…
security.py
…
setup.py
…
skills.py
…
skin.py
…
slack.py
…
status.py
…
tools.py
…
uninstall.py
…
update.py
…
version.py
…
webhook.py
…
whatsapp.py
…