Skip to content

Instantly share code, notes, and snippets.

@ivanfioravanti
Created July 1, 2026 10:34
Show Gist options
  • Select an option

  • Save ivanfioravanti/79502603ccf4ac91725bd863f17cad04 to your computer and use it in GitHub Desktop.

Select an option

Save ivanfioravanti/79502603ccf4ac91725bd863f17cad04 to your computer and use it in GitHub Desktop.
Apple Silicon Hermes Agent Skin
# Apple Silicon — for any M-series Mac (Studio, Pro, mini, Air). Brushed-aluminum
# grays paired with the system-blue accent Apple uses across macOS/iOS, plus
# a soft graphite status bar. Unified memory and Neural Engine branding,
# GPU/ANE/Neural Accelerator spinner verbs, and a banded-metal hero panel
# evoking the unibody case.
name: apple-silicon
description: Apple Silicon (M-series) — brushed-aluminum grays with system-blue accent, unified memory branding, and a banded-metal banner
colors:
# Banner — graphite frame, brushed-aluminum body, system-blue accent
banner_border: "#3A3A3C" # graphite (macOS dark window border)
banner_title: "#F5F5F7" # Apple "off-white" system label
banner_accent: "#0A84FF" # macOS systemBlue (dark mode)
banner_dim: "#6E6E73" # Apple "secondary label" gray
banner_text: "#E5E5EA" # Apple "tertiary label" near-white
# UI
ui_accent: "#0A84FF" # systemBlue
ui_label: "#8E8E93" # Apple "system gray"
ui_ok: "#30D158" # macOS systemGreen
ui_error: "#FF453A" # macOS systemRed
ui_warn: "#FF9F0A" # macOS systemOrange
# Input / output
prompt: "#F5F5F7"
input_rule: "#2C2C2E" # dark window border
response_border: "#3A3A3C"
# Status bar (near-black graphite base)
status_bar_bg: "#1C1C1E"
status_bar_text: "#E5E5EA"
status_bar_strong: "#F5F5F7"
status_bar_dim: "#8E8E93"
status_bar_good: "#30D158"
status_bar_warn: "#FF9F0A"
status_bar_bad: "#FF6961"
status_bar_critical: "#FF453A"
# Voice / completion menus
voice_status_bg: "#1C1C1E"
completion_menu_bg: "#2C2C2E"
completion_menu_current_bg: "#3A3A3C"
completion_menu_meta_bg: "#1C1C1E"
completion_menu_meta_current_bg: "#48484A"
# Session
session_label: "#8E8E93"
session_border: "#3A3A3C"
spinner:
waiting_faces:
- "[□□□]"
- "[■□□]"
- "[■■□]"
- "[■■■]"
- "[■■□]"
- "[■□□]"
thinking_faces:
- "(◐)"
- "(◓)"
- "(◑)"
- "(◒)"
thinking_verbs:
- "warming the Neural Engine"
- "allocating unified memory"
- "dispatching to the AMX units"
- "running on the GPU cores"
- "streaming through the fabric"
- "scheduling the performance cores"
- "compiling Metal shaders"
- "saturating the memory bandwidth"
- "waking the Neural Accelerator"
- "dispatching to the Neural Accelerator"
wings:
- ["⟪■", "■⟫"]
- ["⟪◆", "◆⟫"]
- ["⟪", "⟫"]
- ["⟪▣", "▣⟫"]
branding:
agent_name: "Apple Silicon Agent"
welcome: "[bold #0A84FF]Apple Silicon online.[/] [#F5F5F7]Unified memory ready. Neural Engine warm.[/] [#8E8E93]Type your message or[/] [#0A84FF]/help[/] [#8E8E93]for commands.[/]"
goodbye: "Cores idle. Neural Engine parked. Going to sleep. ◗"
response_label: " ▣ Apple Silicon "
prompt_symbol: "▣ ❯ "
help_header: "(◐) Available Commands"
tool_prefix: "┊"
tool_emojis:
terminal: "▣"
web_search: "🛰"
web_fetch: "📡"
read_file: "▦"
write_file: "✎"
patch: "🩹"
search_files: "🔍"
execute_code: "⚙"
browser_navigate: "🧭"
delegate_task: "▤"
mixture_of_agents: "▦"
memory: "▣"
clarify: "?"
cronjob: "↻"
process: "⚙"
todo: "☐"
skill_view: "◆"
skills_list: "▦"
text_to_speech: "🔔"
vision_analyze: "👁"
banner_logo: |
[#6E6E73] █████╗ ██████╗ ██████╗ ██╗ ███████╗[/]
[#8E8E93]██╔══██╗ ██╔══██╗ ██╔══██╗ ██║ ██╔════╝[/]
[#AEAEB2]███████║ ██████╔╝ ██████╔╝ ██║ █████╗ [/]
[#8E8E93]██╔══██║ ██╔═══╝ ██╔═══╝ ██║ ██╔══╝ [/]
[#6E6E73]██║ ██║ ██║ ██║ ███████╗ ███████╗[/]
[#3A3A3C]╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚══════╝[/]
[#0A84FF]M - S E R I E S · U N I F I E D M E M O R Y[/]
[bold #F5F5F7]▣ A G E N T ▣[/]
banner_hero: |
[#3A3A3C]─────────────── unibody aluminum ─────────────[/]
[#6E6E73]┌────────────────────────────────────────────┐[/]
[#8E8E93]│████████████████████████████████████████████│[/]
[#6E6E73]│████████████████████████████████████████████│[/]
[#8E8E93]│████████████████████████████████████████████│[/]
[#6E6E73]│████████████████████████████████████████████│[/]
[#0A84FF]└────────────────────────────────────────────┘[/]
[bold #0A84FF]▣ A P P L E S I L I C O N ▣[/]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment