---
name: Vimcal
description: "Worth including for its excellent execution of dark mode productivity design"
version: alpha

colors:
  background: "#040126"
  primary: "#FFFFFF"
  secondary: "#98A2B3"
  tertiary: "#E35294"
  neutral: "#B0B1B4"
  bg-soft: "#0a0a0a"
  line: "rgba(255,255,255,0.1)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 56px
    lineHeight: 1.0
    fontWeight: 500
    letterSpacing: "-1.68px"
  heading:
    fontFamily: humanist-sans
    fontSize: 24px
    lineHeight: 1.2
    fontWeight: 500
    letterSpacing: "-0.5px"
  body:
    fontFamily: humanist-sans
    fontSize: 16px
    lineHeight: 1.6
    fontWeight: 400
    letterSpacing: "0"
  caption:
    fontFamily: humanist-sans
    fontSize: 14px
    lineHeight: 1.6
    fontWeight: 400
    letterSpacing: "0.32px"

rounded:
  sm: 4px
  md: 6px
  lg: 16px
  pill: 999px

spacing:
  xs: 4px
  sm: 8px
  md: 16px
  lg: 24px
  xl: 32px
  2xl: 48px
  3xl: 64px

---

## Overview

The world's fastest calendar for people with too many meetings.

*A high-performance cockpit for scheduling*

## Colors

Dark mode with high-contrast white text and vibrant neon accents

- **Background (`#040126`)** — uses `bg` token
- **Primary text (`#FFFFFF`)** — uses `ink` token
- **Secondary text (`#98A2B3`)** — uses `ink-soft` token
- **Accent (`#E35294`)** — uses `accent` token
- **Muted (`#B0B1B4`)** — uses `muted` token
- **Borders (`rgba(255,255,255,0.1)`)** — uses `line` token

## Typography

- **Display:** geometric-sans
- **Body:** humanist-sans
- **Mono:** monospaced

- Geometric sans for headlines
- Humanist sans for body text
- Monospaced for technical details

## Layout

Split hero with text left, app preview right

*Rhythm:* 8px base grid

## Elevation & Depth

- rgba(255, 255, 255, 0.1) 0px 2px 5px 0px inset
- rgba(227, 82, 148, 0.8) -8px 0px 20px 0px inset
- rgba(23, 144, 255, 0.8) 8px 0px 20px 0px inset
- Borders: 1px solid rgba(255,255,255,0.1)

## Shapes

- `sm`: 4px
- `md`: 6px
- `lg`: 16px
- `pill`: 999px

## Components

- **button:** White pill-shaped primary button with black text
- **card:** Dark glass-morphism panels with subtle borders
- **chip:** Small rounded tags for calendar events
- **input:** Dark background fields with subtle borders
- **hero:** Large text left, floating app UI on right

## Do's and Don'ts

**Don't:**
- Don't use light backgrounds — screenshot shows dark mode
- Don't use serif fonts — screenshot shows sans-serif
- Don't use muted colors — screenshot shows high-contrast
- Don't use complex layouts — screenshot shows clean split-screen
- Don't use small fonts — screenshot shows large display type
- Don't use rounded corners everywhere — screenshot shows sharp edges on cards

---

## System Prompt (paste into AI agent)

```
Vimcal is a premium productivity tool for executive assistants and busy professionals. The design features a dark mode (#040126 background) with high-contrast white text and vibrant accent colors like pink (#E35294) and blue (#1790FF). Typography uses geometric-sans for headlines and humanist-sans for body text. Key features include: 1) Split hero layout with text left, app preview right, 2) Dark glass-morphism cards with subtle borders, 3) Full keyboard shortcut support, 4) Instant response times (<100ms). Critical donts: don't use light mode, don't use serif fonts, don't use small text, don't clutter the interface, don't use slow transitions, don't use complex color schemes.
```
