programs.atuin.themes

Each theme is written to $XDG_CONFIG_HOME/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.

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";
    };
  };
}
Declared
<home-manager/modules/programs/atuin.nix>