A Deckset presentation theme inspired by the covers of Fayard Editions books. Ivory/cream backgrounds, classic French serif typography, and refined color accents.
| File | Description |
|---|---|
fayard-blue.dstheme |
Fayard blue on ivory — the default, inspired by the Choses vues covers |
fayard-red.dstheme |
Classic Fayard crimson on ivory |
fayard-noir.dstheme |
Dark variant — warm grays on near-black with blue accents |
Double-click any .dstheme file, or use File > Import Theme in Deckset. The themes will appear in the theme picker.
- Copy
template.mdas a starting point - Open it in Deckset
- Select Fayard Blue, Fayard Red, or Fayard Noir from the theme picker
Or set the theme in the Markdown front-matter:
theme: Fayard BlueA slide with only headers (no body text) gets centered typography from the base theme:
# Main Title
## Subtitle
### AuthorUse background color commands for an inverted, more dramatic look. These colors are hardcoded per slide, so you must use the colors matching your chosen variant — otherwise the divider will look wrong:
Blue variant:
[.background-color: #0062A8]
[.header: #FDFAF3, Didot]
[.text: #FDFAF3, Baskerville]
# Section TitleRed variant:
[.background-color: #C0392B]
[.header: #FDFAF3, Didot]
[.text: #FDFAF3, Baskerville]
# Section TitleNoir variant:
[.background-color: #3A9ED6]
[.header: #1A1A1A, Didot]
[.text: #1A1A1A, Baskerville]
# Section Title## Slide Title
Body text with **bold** and _italic_ support.The theme uses em-dashes as bullet characters:
## Key Points
- First point
- Second point
- Third point> The quote text goes here.
— Attribution## Title
```python
def example():
return True
```## Title
Left column content.
---
Right column content.All fonts ship with macOS — no installation required:
| Element | Font |
|---|---|
| Headers | Didot |
| Body text | Baskerville |
| Code | Menlo |
