Metadata-Version: 2.4
Name: presentation-md-theme-corporate
Version: 1.0.0
Summary: Formal corporate presentation theme — crisp white, navy text, restrained blue accent.
Author: Timur Isachenko
License-Expression: MIT
Keywords: ai-agent,presentation-md,slides,theme
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# corporate

**Formal corporate** presentation theme for presentation-md.
Crisp white background, navy text, single restrained blue accent (Inter / Source Sans 3),
thin horizontal rules, minimal shadow. Boardroom-ready.

## Install

```bash
npm i @presentation-md/theme-corporate
```

## Usage

```json
{
  "meta": { "theme": "corporate" },
  "slides": []
}
```

## Palette

| Role     | Value                |
|----------|----------------------|
| bg       | `#ffffff`            |
| bg2      | `#f8f9fc`            |
| text     | `#1a2035`            |
| muted    | `#6b7280`            |
| accent   | `#1d4ed8`            |
| accent2  | `#0369a1`            |
| cardBg   | `#f1f5f9`            |
| border   | `rgba(0,0,0,0.08)`   |

> Screenshot placeholder — run the skill to preview.
