- Accepts:
image
- Animates: no
| Option | Type | Required | Default | Description |
|---|
align | "left" | "center" | "right" | no | "left" | Horizontal placement within the available cell when the image is narrower (after max_width / fit = "contain"). |
fit | "contain" | "cover" | "stretch" | no | "contain" | How the image is sized into its box. contain preserves aspect; cover fills the box and crops overflow; stretch warps to fit. |
max_width | cells (u16) | no | area width | Upper bound on image width in cells. |
max_height | cells (u16) | no | area height | Upper bound on image height in cells. |
padding | cells (u16) | no | 0 | Uniform inset inside the image cell (all four sides). Applied before alignment and sizing. |
Overridable via the [theme] section of config.toml.
| Key | Description |
|---|
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. |