> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gitascii.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Minimal Luxe & Dev Card Presets

> Restrained Swiss typography and Neo-brutalist developer cards

# Minimal Luxe & Dev Card Presets

## 1. Minimalist Luxe (`minimal`)

A refined editorial presentation utilizing PT Serif headlines, bone text tones (`#e5e5e5`), subdued border lines (`#333333`), and maximum white space.

```json theme={null}
{
  "templateId": "minimal",
  "globalStyles": {
    "backgroundColor": "#0d1117",
    "textColor": "#e5e5e5",
    "accentColor": "#ffffff",
    "borderColor": "#30363d",
    "fontFamily": "'Inter Tight', sans-serif",
    "borderRadius": 4,
    "padding": 24,
    "templateStyle": "minimal"
  }
}
```

***

## 2. Developer Card (`devcard`)

Neo-brutalist presentation with amber `#f59e0b` accents, heavy 2px black borders, and hard-edged offset drop shadows (`drop-shadow(4px 4px 0px #000)`).

```json theme={null}
{
  "templateId": "devcard",
  "globalStyles": {
    "backgroundColor": "#18181b",
    "textColor": "#fafafa",
    "accentColor": "#f59e0b",
    "borderColor": "#3f3f46",
    "fontFamily": "'Inter', sans-serif",
    "borderRadius": 8,
    "padding": 24,
    "templateStyle": "devcard"
  }
}
```
