Appearance¶
Themes¶
Antiphon ships a gallery of seventeen truecolor themes.
Switch live with :theme <name> (bare :theme lists them);
the choice persists to your config, or set it there directly:
[ui]
theme = "vespers"
Every screenshot below is the same mailbox; the status line names the theme.
Your own themes¶
A theme is one TOML file: a name and nineteen #rrggbb
colour roles. Drop yours in
~/.config/antiphon/themes/<name>.toml and it joins the
gallery; a file whose name matches a shipped theme replaces
it. The shipped files in the source tree
(crates/antiphon-ui/themes/)
are the reference for the format, and a defective file fails
startup naming the file and key.
vespers¶
The house theme.

kanagawa-wave¶

catppuccin-mocha¶

gruvbox-dark¶

tokyo-night¶

nord¶

rose-pine¶

dracula¶

solarized-dark¶

solarized-light¶

gruvbox-light¶

catppuccin-latte¶

one-dark¶

everforest-dark¶

ayu-dark¶

github-dark¶

monokai¶

Layout¶
The list and pane are shaped in [ui]:
[ui]
reading_pane = "below" # below | right | off
list_rows = 7 # rows when the pane is below
sidebar_width = 16 # columns, clamped to 10-40
date_format = "%Y-%m-%d %H:%M"
R cycles the reading pane through below, right and off
without touching config. In the list, the rendered date
splits at its last space: the left part wears the theme's
date colour, the right its time colour, whatever strftime
pattern you set.