Theme & typography
Foxora Shell ships with the Ember theme by default — coral accent, deep neutrals, and a typography stack tuned for code.
Ember (dark) palette
css
/* Brand */
--coral: #FF4E46; /* prompts, accents, fur badge */
--coral-deep: #E0342C; /* hover, emphasized */
--coral-soft: rgba(255,78,70,0.12);
/* Surface */
--bg: #0E0D0C; /* main terminal bg */
--bg-elevated: #171717; /* top bar, footer, overlays */
--bg-raised: #1F1F1F; /* selected rows in dashboard */
/* Text */
--fg: #FAFAFA; /* primary, user input */
--fg-muted: #A1A1AA; /* command output */
--fg-dim: #71717A; /* timestamps, metadata */
--fg-dimmer: #52525B; /* disabled */
/* Semantic */
--success: #22C55E;
--warning: #FBBF24;
--error: #FF4E46; /* shares coral on purpose */
--info: #7B96D4;
/* Syntax (output highlighting) */
--syntax-keyword: #FF9B7F; /* HTTP methods, reserved */
--syntax-number: #22C55E; /* status codes, ports */
--syntax-string: #FBBF24; /* paths, file names */
--syntax-dim: #71717A; /* timestamps */Light mode
Light mode is supported but de-emphasised — terminal users overwhelmingly prefer dark. fur output renders as darker text on a light background, with the same coral accent.
Typography
- Primary — JetBrains Mono (400 / 500).
- Fallback — Menlo (macOS), Cascadia Code (Windows), DejaVu Sans Mono (Linux).
- Ligatures on (
=>,!=,>=,<=). - Default size 14px, line height 1.5.
- Font features:
zero(slashed zero),ss01(alt g/l).
The fur badge
The coral rounded pill in the top-right is the brand hook. Always visible. Always shows the current fur version. Clickable. Recognisable in any screenshot.
Git indicator
[⎇ main] muted gray, bold branch name, ⎇ icon
[⎇ main *] the * turns amber when the working tree is dirty