getdesign.mdgetdesign/sentry

Sentry

Dark-mode-first developer tool aesthetic with deep purple-black backgrounds, warm purple accent spectrum, lime-green highlights, and tactile inset-shadow buttons.

install

npx designkit add getdesign/sentry
source ↗
previewrenderPreviewHtml

source

---
name: Sentry
description:
  Dark-mode-first developer tool aesthetic with deep purple-black backgrounds,
  warm purple accent spectrum, lime-green highlights, and tactile inset-shadow
  buttons.
originalFonts:
  primary: "Dammit Sans"
  mono: "Monaco"
  fallbacks:
    - "-apple-system"
    - "system-ui"
    - "Segoe UI"
    - "Helvetica"
    - "Arial"
colors:
  background: "#1f1633"
  surface: "#150f23"
  ink: "#ffffff"
  ink-muted: "#e5e7eb"
  accent: "#6a5fc1"
  accent-alt: "#c2ef4e"
  border: "#362d59"
  link: "#6a5fc1"
  deep-purple: "#1f1633"
  darker-purple: "#150f23"
  border-purple: "#362d59"
  sentry-purple: "#6a5fc1"
  muted-purple: "#79628c"
  deep-violet: "#422082"
  lime-green: "#c2ef4e"
  coral: "#ffb287"
  pink: "#fa7faa"
  pure-white: "#ffffff"
  light-gray: "#e5e7eb"
  code-yellow: "#dcdcaa"
  glass-white: "rgba(255, 255, 255, 0.18)"
  glass-dark: "rgba(54, 22, 107, 0.14)"
  input-white: "#ffffff"
  input-border: "#cfcfdb"
typography:
  h1:
    family: "Inter"
    size: "5.5rem"
    weight: 700
    lineHeight: 1.2
  h2:
    family: "Inter"
    size: "3.75rem"
    weight: 500
    lineHeight: 1.1
  h3:
    family: "Inter"
    size: "1.875rem"
    weight: 400
    lineHeight: 1.2
  body:
    family: "Inter"
    size: "1rem"
    weight: 400
    lineHeight: 1.5
  button:
    family: "Inter"
    size: "0.875rem"
    weight: 500
    lineHeight: 1.14
  code:
    family: "JetBrains Mono"
    size: "1rem"
    weight: 400
    lineHeight: 1.5
spacing:
  xs: "0.5rem"
  sm: "0.75rem"
  md: "1rem"
  lg: "1.5rem"
  xl: "2.75rem"
rounded:
  sm: "6px"
  md: "8px"
  lg: "13px"
  xl: "18px"
shadows:
  sm: "rgba(0, 0, 0, 0.08) 0px 2px 8px"
  md: "rgba(0, 0, 0, 0.1) 0px 10px 15px -3px"
  lg: "rgba(0, 0, 0, 0.18) 0px 0.5rem 1.5rem"
  inset: "rgba(0, 0, 0, 0.1) 0px 1px 3px 0px inset"
components:
  button-primary:
    background: "{colors.muted-purple}"
    color: "{colors.pure-white}"
    border: "1px solid #584674"
    radius: "{rounded.lg}"
    padding: "0.75rem 1rem"
  button-secondary:
    background: "{colors.glass-white}"
    color: "{colors.pure-white}"
    border: "none"
    radius: "{rounded.md}"
    padding: "0.5rem"
  button-cta:
    background: "{colors.pure-white}"
    color: "{colors.deep-purple}"
    border: "1px solid {colors.pure-white}"
    radius: "{rounded.md}"
    padding: "12px 16px"
  card:
    background: "{colors.surface}"
    border: "1px solid {colors.border}"
    radius: "{rounded.md}"
    padding: "1.5rem"
  input:
    background: "{colors.input-white}"
    color: "{colors.deep-purple}"
    border: "1px solid {colors.input-border}"
    radius: "{rounded.sm}"
    padding: "8px 12px"
---

<!-- source: VoltAgent/awesome-design-md @ 80bbbc2 (MIT) — see ATTRIBUTION.md -->

# Design System Inspiration of Sentry

## 1. Visual Theme & Atmosphere

Sentry's website is a dark-mode-first developer tool interface that speaks the
language of code editors and terminal windows. The entire aesthetic is rooted in
deep purple-black backgrounds (`#1f1633`, `#150f23`) that evoke the late-night
debugging sessions Sentry was built for. Against this inky canvas, a carefully
curated set of purples, pinks, and a distinctive lime-green accent (`#c2ef4e`)
create a visual system that feels simultaneously technical and vibrant.

The typography pairing is deliberate: "Dammit Sans" appears at hero scale (88px,
weight 700) as a display font with personality and attitude that matches
Sentry's irreverent brand voice ("Code breaks. Fix it faster."), while Rubik
serves as the workhorse UI font across all functional text — headings, body,
buttons, captions, and navigation. Monaco provides the monospace layer for code
snippets and technical content, completing the developer-tool trinity.

What makes Sentry distinctive is its embrace of the "dark IDE" aesthetic without
feeling cold or sterile. Warm purple tones replace the typical cool grays of
developer tools, and bold illustrative elements (3D characters, colorful product
screenshots) punctuate the dark canvas. The button system uses a signature muted
purple (`#79628c`) with inset shadows that creates a tactile, almost physical
quality — buttons feel like they could be pressed into the surface.

**Key Characteristics:**

- Dark purple-black backgrounds (`#1f1633`, `#150f23`) — never pure black
- Warm purple accent spectrum: from deep (`#362d59`) through mid (`#79628c`,
  `#6a5fc1`) to vibrant (`#422082`)
- Lime-green accent (`#c2ef4e`) for high-visibility CTAs and highlights
- Pink/coral accents (`#ffb287`, `#fa7faa`) for focus states and secondary
  highlights
- "Dammit Sans" display font for brand personality at hero scale
- Rubik as primary UI font with uppercase letter-spaced labels
- Monaco monospace for code elements
- Inset shadows on buttons creating tactile depth
- Frosted glass effects with `blur(18px) saturate(180%)`

## 2. Color Palette & Roles

### Primary Brand

- **Deep Purple** (`#1f1633`): Primary background, the defining color of the
  brand
- **Darker Purple** (`#150f23`): Deeper sections, footer, secondary backgrounds
- **Border Purple** (`#362d59`): Borders, dividers, subtle structural lines

### Accent Colors

- **Sentry Purple** (`#6a5fc1`): Primary interactive color — links, hover
  states, focus rings
- **Muted Purple** (`#79628c`): Button backgrounds, secondary interactive
  elements
- **Deep Violet** (`#422082`): Select dropdowns, active states, high-emphasis
  surfaces
- **Lime Green** (`#c2ef4e`): High-visibility accent, special links, badge
  highlights
- **Coral** (`#ffb287`): Focus state backgrounds, warm accent
- **Pink** (`#fa7faa`): Focus outlines, decorative accents

### Text Colors

- **Pure White** (`#ffffff`): Primary text on dark backgrounds
- **Light Gray** (`#e5e7eb`): Secondary text, muted content
- **Code Yellow** (`#dcdcaa`): Syntax highlighting, code tokens

### Surface & Overlay

- **Glass White** (`rgba(255, 255, 255, 0.18)`): Frosted glass button
  backgrounds
- **Glass Dark** (`rgba(54, 22, 107, 0.14)`): Hover overlay on glass elements
- **Input White** (`#ffffff`): Form input backgrounds (light context)
- **Input Border** (`#cfcfdb`): Form field borders

### Shadows

- **Ambient Glow** (`rgba(22, 15, 36, 0.9) 0px 4px 4px 9px`): Deep purple
  ambient shadow
- **Button Hover** (`rgba(0, 0, 0, 0.18) 0px 0.5rem 1.5rem`): Elevated hover
  state
- **Card Shadow** (`rgba(0, 0, 0, 0.1) 0px 10px 15px -3px`): Standard card
  elevation
- **Inset Button** (`rgba(0, 0, 0, 0.1) 0px 1px 3px 0px inset`): Tactile pressed
  effect

## 3. Typography Rules

### Font Families

- **Display**: `Dammit Sans` — brand personality font for hero headings
- **Primary UI**: `Rubik`, with fallbacks:
  `-apple-system, system-ui, Segoe UI, Helvetica, Arial`
- **Monospace**: `Monaco`, with fallbacks: `Menlo, Ubuntu Mono`

### Hierarchy

| Role              | Font        | Size           | Weight  | Line Height       | Letter Spacing | Notes                       |
| ----------------- | ----------- | -------------- | ------- | ----------------- | -------------- | --------------------------- |
| Display Hero      | Dammit Sans | 88px (5.50rem) | 700     | 1.20 (tight)      | normal         | Maximum impact, brand voice |
| Display Secondary | Dammit Sans | 60px (3.75rem) | 500     | 1.10 (tight)      | normal         | Secondary hero text         |
| Section Heading   | Rubik       | 30px (1.88rem) | 400     | 1.20 (tight)      | normal         | Major section titles        |
| Sub-heading       | Rubik       | 27px (1.69rem) | 500     | 1.25 (tight)      | normal         | Feature section headers     |
| Card Title        | Rubik       | 24px (1.50rem) | 500     | 1.25 (tight)      | normal         | Card and block headings     |
| Feature Title     | Rubik       | 20px (1.25rem) | 600     | 1.25 (tight)      | normal         | Emphasized feature names    |
| Body              | Rubik       | 16px (1.00rem) | 400     | 1.50              | normal         | Standard body text          |
| Body Emphasis     | Rubik       | 16px (1.00rem) | 500–600 | 1.50              | normal         | Bold body, nav items        |
| Nav Label         | Rubik       | 15px (0.94rem) | 500     | 1.40              | normal         | Navigation links            |
| Uppercase Label   | Rubik       | 15px (0.94rem) | 500     | 1.25 (tight)      | normal         | `text-transform: uppercase` |
| Button Text       | Rubik       | 14px (0.88rem) | 500–700 | 1.14–1.29 (tight) | 0.2px          | `text-transform: uppercase` |
| Caption           | Rubik       | 14px (0.88rem) | 500–700 | 1.00–1.43         | 0.2px          | Often uppercase             |
| Small Caption     | Rubik       | 12px (0.75rem) | 600     | 2.00 (relaxed)    | normal         | Subtle annotations          |
| Micro Label       | Rubik       | 10px (0.63rem) | 600     | 1.80 (relaxed)    | 0.25px         | `text-transform: uppercase` |
| Code              | Monaco      | 16px (1.00rem) | 400–700 | 1.50              | normal         | Code blocks, technical text |

### Principles

- **Dual personality**: Dammit Sans brings irreverent brand character at display
  scale; Rubik provides clean professionalism for everything functional.
- **Uppercase as system**: Buttons, captions, labels, and micro-text all use
  `text-transform: uppercase` with subtle letter-spacing (0.2px–0.25px),
  creating a systematic "technical label" pattern throughout.
- **Weight stratification**: Rubik uses 400 (body), 500 (emphasis/nav), 600
  (titles/strong), 700 (buttons/CTAs) — a clean four-tier weight system.
- **Tight headings, relaxed body**: All headings use 1.10–1.25 line-height; body
  uses 1.50; small captions expand to 2.00 for readability at tiny sizes.

## 4. Component Stylings

### Buttons

**Primary Muted Purple**

- Background: `#79628c` (rgb(121, 98, 140))
- Text: `#ffffff`, uppercase, 14px, weight 500–700, letter-spacing 0.2px
- Border: `1px solid #584674`
- Radius: 13px
- Shadow: `rgba(0, 0, 0, 0.1) 0px 1px 3px 0px inset` (tactile inset)
- Hover: elevated shadow `rgba(0, 0, 0, 0.18) 0px 0.5rem 1.5rem`

**Glass White**

- Background: `rgba(255, 255, 255, 0.18)` (frosted glass)
- Text: `#ffffff`
- Padding: 8px
- Radius: 12px (left-aligned variant: `12px 0px 0px 12px`)
- Shadow: `rgba(0, 0, 0, 0.08) 0px 2px 8px`
- Hover background: `rgba(54, 22, 107, 0.14)`
- Use: Secondary actions on dark surfaces

**White Solid**

- Background: `#ffffff`
- Text: `#1f1633`
- Padding: 12px 16px
- Radius: 8px
- Hover: background transitions to `#6a5fc1`, text to white
- Focus: background `#ffb287` (coral), outline
  `rgb(106, 95, 193) solid 0.125rem`
- Use: High-visibility CTA on dark backgrounds

**Deep Violet (Select/Dropdown)**

- Background: `#422082`
- Text: `#ffffff`
- Padding: 8px 16px
- Radius: 8px

### Inputs

**Text Input**

- Background: `#ffffff`
- Text: `#1f1633`
- Border: `1px solid #cfcfdb`
- Padding: 8px 12px
- Radius: 6px
- Focus: border-color stays `#cfcfdb`, shadow
  `rgba(0, 0, 0, 0.15) 0px 2px 10px inset`

### Links

- **Default on dark**: `#ffffff`, underline decoration
- **Hover**: color transitions to `#6a5fc1` (Sentry Purple)
- **Purple links**: `#6a5fc1` default, hover underline
- **Lime accent links**: `#c2ef4e` default, hover to `#6a5fc1`
- **Dark context links**: `#362d59`, hover to `#ffffff`

### Cards & Containers

- Background: semi-transparent or dark purple surfaces
- Radius: 8px–12px
- Shadow: `rgba(0, 0, 0, 0.1) 0px 10px 15px -3px`
- Backdrop filter: `blur(18px) saturate(180%)` for glass effects

### Navigation

- Dark transparent header over hero content
- Rubik 15px weight 500 for nav links
- White text, hover to Sentry Purple (`#6a5fc1`)
- Uppercase labels with 0.2px letter-spacing for categories
- Mobile: hamburger menu, full-width expanded

## 5. Layout Principles

### Spacing System

- Base unit: 8px
- Scale: 1px, 2px, 4px, 5px, 6px, 8px, 12px, 16px, 24px, 32px, 40px, 44px, 45px,
  47px

### Grid & Container

- Max content width: 1152px (XL breakpoint)
- Responsive padding: 2rem (mobile) → 4rem (tablet+)
- Content centered within container
- Full-width dark sections with contained inner content

### Breakpoints

| Name          | Width       | Key Changes                   |
| ------------- | ----------- | ----------------------------- |
| Mobile        | < 576px     | Single column, stacked layout |
| Small Tablet  | 576–640px   | Minor width adjustments       |
| Tablet        | 640–768px   | 2-column begins               |
| Small Desktop | 768–992px   | Full nav visible              |
| Desktop       | 992–1152px  | Standard layout               |
| Large Desktop | 1152–1440px | Max-width content             |

### Whitespace Philosophy

- **Dark breathing room**: Generous vertical spacing between sections
  (64px–80px+) lets the dark background serve as a visual rest.
- **Content islands**: Feature sections are self-contained blocks floating in
  the dark purple sea, each with its own internal spacing rhythm.
- **Asymmetric padding**: Buttons use asymmetric padding patterns (12px 16px,
  8px 12px) that feel organic rather than rigid.

### Border Radius Scale

- Minimal (6px): Form inputs, small interactive elements
- Standard (8px): Buttons, cards, containers
- Comfortable (10px–12px): Larger containers, glass panels
- Rounded (13px): Primary muted buttons
- Pill (18px): Image containers, badges

## 6. Depth & Elevation

| Level               | Treatment                                           | Use                                    |
| ------------------- | --------------------------------------------------- | -------------------------------------- |
| Sunken (Level -1)   | Inset shadow `rgba(0, 0, 0, 0.1) 0px 1px 3px inset` | Primary buttons (tactile pressed feel) |
| Flat (Level 0)      | No shadow                                           | Default surfaces, dark backgrounds     |
| Surface (Level 1)   | `rgba(0, 0, 0, 0.08) 0px 2px 8px`                   | Glass buttons, subtle cards            |
| Elevated (Level 2)  | `rgba(0, 0, 0, 0.1) 0px 10px 15px -3px`             | Cards, floating panels                 |
| Prominent (Level 3) | `rgba(0, 0, 0, 0.18) 0px 0.5rem 1.5rem`             | Hover states, modals                   |
| Ambient (Level 4)   | `rgba(22, 15, 36, 0.9) 0px 4px 4px 9px`             | Deep purple ambient glow around hero   |

**Shadow Philosophy**: Sentry uses a unique combination of inset shadows
(buttons feel pressed INTO the surface) and ambient glows (content radiates from
the dark background). The deep purple ambient shadow (`rgba(22, 15, 36, 0.9)`)
is the signature — it creates a bioluminescent quality where content seems to
emit its own purple-tinted light.

## 7. Do's and Don'ts

### Do

- Use deep purple backgrounds (`#1f1633`, `#150f23`) — never pure black
  (`#000000`)
- Apply inset shadows on primary buttons for the tactile pressed effect
- Use Dammit Sans ONLY for hero/display headings — Rubik for everything else
- Apply `text-transform: uppercase` with `letter-spacing: 0.2px` on buttons and
  labels
- Use the lime-green accent (`#c2ef4e`) sparingly for maximum impact
- Employ frosted glass effects (`blur(18px) saturate(180%)`) for layered
  surfaces
- Maintain the warm purple shadow tones — shadows should feel purple-tinted, not
  neutral gray
- Use Rubik's 4-tier weight system: 400 (body), 500 (nav/emphasis), 600
  (titles), 700 (CTAs)

### Don't

- Don't use pure black (`#000000`) for backgrounds — always use the warm
  purple-blacks
- Don't apply Dammit Sans to body text or UI elements — it's display-only
- Don't use standard gray (`#666`, `#999`) for borders — use purple-tinted grays
  (`#362d59`, `#584674`)
- Don't drop the uppercase treatment on buttons — it's a system-wide pattern
- Don't use sharp corners (0px radius) — minimum 6px for all interactive
  elements
- Don't mix the lime-green accent with the coral/pink accents in the same
  component
- Don't use flat (non-inset) shadows on primary buttons — the tactile quality is
  signature
- Don't forget letter-spacing on uppercase text — 0.2px minimum

## 8. Responsive Behavior

### Breakpoints

| Name          | Width      | Key Changes                                    |
| ------------- | ---------- | ---------------------------------------------- |
| Mobile        | <576px     | Single column, hamburger nav, stacked CTAs     |
| Tablet        | 576–768px  | 2-column feature grids begin                   |
| Small Desktop | 768–992px  | Full navigation, side-by-side layouts          |
| Desktop       | 992–1152px | Max-width container, full layout               |
| Large         | >1152px    | Content max-width maintained, generous margins |

### Collapsing Strategy

- Hero text: 88px Dammit Sans → 60px → mobile scales
- Navigation: horizontal → hamburger with slide-out
- Feature sections: side-by-side → stacked cards
- Buttons: inline → full-width stacked on mobile
- Container padding: 4rem → 2rem

## 9. Agent Prompt Guide

### Quick Color Reference

- Background: `#1f1633` (primary), `#150f23` (deeper)
- Text: `#ffffff` (primary), `#e5e7eb` (secondary)
- Interactive: `#6a5fc1` (links/hover), `#79628c` (buttons)
- Accent: `#c2ef4e` (lime highlight), `#ffb287` (coral focus)
- Border: `#362d59` (dark), `#cfcfdb` (light context)

### Example Component Prompts

- "Create a hero section on deep purple background (#1f1633). Headline at 88px
  Dammit Sans weight 700, line-height 1.20, white text. Sub-text at 16px Rubik
  weight 400, line-height 1.50. White solid CTA button (8px radius, 12px 16px
  padding), hover transitions to #6a5fc1."
- "Design a navigation bar: transparent over dark background. Rubik 15px weight
  500, white text. Uppercase category labels with 0.2px letter-spacing. Hover
  color #6a5fc1."
- "Build a primary button: background #79628c, border 1px solid #584674, inset
  shadow rgba(0,0,0,0.1) 0px 1px 3px, white uppercase text at 14px Rubik weight
  700, letter-spacing 0.2px, radius 13px. Hover: shadow rgba(0,0,0,0.18) 0px
  0.5rem 1.5rem."
- "Create a glass card panel: background rgba(255,255,255,0.18), backdrop-filter
  blur(18px) saturate(180%), radius 12px. White text content inside."
- "Design a feature section: #150f23 background, 24px Rubik weight 500 heading,
  16px Rubik weight 400 body text. 14px uppercase lime-green (#c2ef4e) label
  above heading."

### Iteration Guide

1. Always start with the dark purple background — the color palette is built FOR
   dark mode
2. Use inset shadows on buttons, ambient purple glows on hero sections
3. Uppercase + letter-spacing is the systematic pattern for labels, buttons, and
   captions
4. Lime green (#c2ef4e) is the "pop" color — use once per section maximum
5. Frosted glass for overlaid panels, solid purple for primary surfaces
6. Rubik handles 90% of typography — Dammit Sans is hero-only