Skip to content

Brand guidelines

This page covers the public brand rules for ExtForge. Use it if you’re writing about ExtForge, creating integrations, or building plugins that appear alongside ExtForge in marketplaces and documentation.


The ExtForge mark is a geometric “Ef” — three violet bars forming the letter shape, with an amber chevron in the middle row. The chevron reads as both a forward arrow (>) and a forge spark.

Primary mark (light background)

ExtForge logo

Use on white or light-gray surfaces. The mark is #5B21B6 (violet) with #FBBF24 (amber) for the chevron.

Wordmark (light background)

ExtForge wordmark

The mark paired with the wordmark in Inter Bold, lowercase, with letter-spacing: -0.02em.

Wordmark (dark background)

ExtForge wordmark dark

For dark surfaces. The mark uses #A78BFA (violet-soft); the wordmark uses #F8FAFC (ink-dark primary).


Wordmark casing rules

FormWhen to use
extforgePackage name, CLI command, imports, npm, shell snippets, and the mark itself
ExtForgeProduct name in prose: “ExtForge builds Manifest V3 extensions.”
EXTFORGENever

The wordmark always renders lowercase, consistent with peers like Vite, Bun, esbuild, and swc.


Color palette

Sourced from brand/tokens.json.

Brand colors

TokenHexUse
violet#5B21B6Mark on light backgrounds; bold/active color; primary buttons
violet-soft#A78BFAMark on dark backgrounds; links on dark
amber#FBBF24The chevron; focus ring; accent highlights — use sparingly
amber-deep#D97706Pressed / active amber state

Ink (text)

TokenHexUse
ink.primary#0F172ABody text on light bg
ink.secondary#475569Secondary/supporting text
ink.muted#94A3B8Placeholder, disabled

Surface (light mode)

TokenHexUse
surface.page#FFFFFFPage background
surface.subtle#F8FAFCSidebar, code block backgrounds
surface.raised#F1F5F9Cards, tooltips
surface.border#E2E8F0Dividers, input borders

Dark mode equivalents

TokenHex
surface-dark.page#0B0F1A
surface-dark.subtle#0F172A
surface-dark.raised#1E293B
surface-dark.border#334155
ink-dark.primary#F8FAFC
ink-dark.secondary#CBD5E1
ink-dark.muted#64748B

Semantic colors

TokenHexUse
semantic.success#10B981Passing checks, success states
semantic.warning#F59E0BWarnings ()
semantic.error#EF4444Errors ()
semantic.info#3B82F6Info notes

Typography

RoleFamilyWeightNotes
Body / UIInter (variable)400, 500, 700System fallbacks: ui-sans-serif, system-ui, -apple-system
Code / CLIJetBrains Mono400System fallbacks: ui-monospace, SFMono-Regular, Menlo, Consolas
WordmarkInter Bold700letter-spacing: -0.02em, always lowercase

Never load fonts from a CDN at runtime in the CLI or in compiled extensions. Font declarations belong in the docs site and marketing only.

Sizing scale

TokenValue
font.size.xs12px
font.size.sm14px
font.size.base16px
font.size.lg18px
font.size.xl24px
font.size.2xl32px
font.size.3xl48px

What to avoid

On the mark:

  • Gradients. The mark is flat — a single violet plus amber. No linear or radial gradients.
  • Drop shadows. The mark sits on a surface; it does not float.
  • Pastel washes. Use the token colors at full saturation.
  • Recoloring. Do not change violet to another hue or amber to another color.

In copy:

  • EXTFORGE — never.
  • Stock developer iconography: gears, angle brackets </>, terminal cursors as standalone decorators.
  • Filler phrases: “zero configuration”, “blazing fast”, “developer experience”. State facts instead.
  • Emojis outside the brand set (✔ ✗ ⚠). No 🎉, 🚀, 💪 in CLI output or error messages.

In layout:

  • Placing the mark on a busy or low-contrast background without a clear safe zone (minimum padding = half the mark’s height on all sides).

Docs voice

  • Lead with the code example. Explanation supports the code.
  • Headings in sentence case: “Getting started”, not “Getting Started”.
  • Code blocks are always language-tagged.
  • Errors lead with the code: EXT_CONFIG_INVALID. Hints are one line.
  • Direct: say “ExtForge does X”, not “ExtForge can optionally do X if you want.”
  • Honest: when something is partial, say so. “Cross-browser compat scan covers entry files (transitive imports land in v0.4).”