← Back to SKILL.md1# Hermes skin template — themes the CLI, TUI, and desktop GUI from one file.2# Copy to <hermes-home>/skins/<name>.yaml, edit the palette, then set3# `display.skin: <name>` in config.yaml. Missing keys inherit the default skin.4 5name: synthwave6description: Neon dusk — magenta and cyan on deep indigo7 8colors:9 # Base surface — set this. The GUI derives its palette from it; the TUI10 # status bar and CLI chrome seed from it too.11 background: "#1a1030"12 13 # Brand accent — buttons, focus rings, GUI primary. Keep it legible (~4.5:1)14 # against `background`.15 ui_accent: "#ff5fd2"16 banner_accent: "#ff5fd2"17 18 # Text hierarchy.19 banner_title: "#7ef9ff" # headings / primary20 banner_text: "#e6e0ff" # body foreground21 ui_text: "#e6e0ff"22 banner_dim: "#8a7fb5" # muted / secondary23 banner_border: "#3a2a63"24 ui_border: "#3a2a63"25 26 # Semantic status.27 ui_ok: "#5af7b0"28 ui_warn: "#ffcf5f"29 ui_error: "#ff6b7d"30 31 # CLI / TUI chrome.32 prompt: "#e6e0ff"33 input_rule: "#ff5fd2"34 response_border: "#7ef9ff"35 status_bar_bg: "#120a24"36 status_bar_text: "#e6e0ff"37 status_bar_good: "#5af7b0"38 status_bar_warn: "#ffcf5f"39 status_bar_critical: "#ff6b7d"40 session_label: "#7ef9ff"41 session_border: "#3a2a63"42 43# Optional flavor — safe to delete.44branding:45 agent_name: Hermes Agent46 prompt_symbol: "❯"47 help_header: "(^_^)? Commands"48 49tool_prefix: "┊"50