Specify a named theme (`--tui-theme`)
Author: fujiapple852Created Apr 5, 2026Updated Apr 5, 2026
Labelsenhancementtui
Add pre-defined themes that can be selected with --tui-theme <theme>.
The theme precedence order is:
- default
- named theme (i.e.
--tui-theme) - custom theme (
--tui-theme-colors)
A theme may use any colours, but some themes must use only ANSI colours. In particular, the default (or trippy or classic) theme must only use ANSI colours. The ANSI colours are:
Black, Red, Green, Yellow, Blue, Magenta, Cyan, Gray, DarkGray, LightRed, LightGreen, LightYellow, LightBlue, LightMagenta, LightCyan, White
Source: fujiapple852/trippy