- Accepts:
calendar
- Animates: no
| Option | Type | Required | Default | Description |
|---|
week_start | "sun" | "mon" | no | "sun" | Day the week starts on. Reserved for the future — ratatui's Monthly widget always renders Sun-first; the option is accepted so configs stay forward-compatible. |
marker | string | no | — | Replacement glyph for event days. Reserved — the current Monthly widget tints event cells via style only; the option is accepted for forward compatibility. |
Overridable via the [theme] section of config.toml.
| Key | Description |
|---|
accent_today | Calendar "today" marker. |
accent_event | Calendar event marker and default scatter-plot dot colour. |
text | Primary body text colour for plain renderers (text_plain, text_ascii, list_plain, animated_typewriter). The top step of the chrome ladder — brighter than text_secondary, reads as diffuse daylight on the ocean surface. Set text = "reset" to inherit the terminal's own foreground instead. |