Each theme is written to /etc/atuin/themes/theme-name.toml where the name of each attribute is the theme-name
See https://docs.atuin.sh/guide/theming/ for the full list of options.
Declarations
Type
attribute set of (TOML value or absolute path or strings concatenated with "\n")Default
{ }Example
{
"my-theme" = {
theme.name = "My Theme";
colors = {
Base = "#000000";
Title = "#FFFFFF";
};
};
}