Skip to content

Brand Guidelines

The Horizon design system defines colors, typography, iconography, and usage rules for both the Horizon and Synapse products. These interactive reference documents are the source of truth for the visual identity.

Download Brand Package (.zip)

Reference Documents

Quick Rules

RuleDetail
FontRecursive (variable) — one font, 15 roles via axis settings
Border radius0 everywhere, no exceptions
Primary#1E90FF (Vivid Blue) — links, buttons, active states
Accent#8B5CF6 (Arc Violet) — focus rings, anomaly accents
Coral#F97316 — logo marks only, never in UI
Dark surfacesSlate Command scale: #080E1A#182440
Text (dark)Primary #E8ECF4, secondary #8899B0, muted #5A6F8A (14px+ only)
Shadowsrgba(26, 43, 66, ...) — slate tint, never pure black

Source Files

Brand assets live under brand/ in the repository:

brand/
├── color/           # Color reference (HTML + Markdown)
├── typography/      # Typography reference (HTML + Markdown)
├── guides/          # Usage guide (HTML + Markdown)
├── reference/       # Quick reference card (HTML + PDF)
├── lockups/         # Wordmark + icon lockups (HTML sheets + per-product SVGs)
│   ├── horizon/
│   └── synapse/
├── icons/           # Product icons (SVG)
├── banners/         # Full-width banners (SVG + PNG)
└── infographics/    # Technical infographics
    ├── html/        # Interactive HTML versions
    ├── pdf/         # Print-ready PDFs
    └── png/         # Static images

The downloadable brand package at the top of this page is generated at build time from the current contents of brand/, so it always reflects the latest source assets.

The design system source of truth lives in the UI codebase:

  • CSS variables: apps/signal-horizon/ui/src/index.css
  • Tailwind config: apps/signal-horizon/ui/tailwind.config.js
  • Palette documentation: apps/signal-horizon/ui/PALETTE.md

Licensed under AGPL-3.0 · atlascrew.dev