programs.atuin.themes
Home-Manager option
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
declared in: <home-manager/modules/programs/atuin.nix>source unavailable{ "my-theme" = { theme.name = "My Theme"; colors = { Base = "#000000"; Title = "#FFFFFF"; }; }; }