diff --git a/options.xhtml b/options.xhtml index 82bb5baf6..09fb47759 100644 --- a/options.xhtml +++ b/options.xhtml @@ -15305,6 +15305,43 @@ Atuin configuration

+

Declared by:

+ + +
+ +<home-manager/modules/programs/atuin.nix> + +
+ +
+ + programs.atuin.themes + + +
+
+

See https://atuin.sh/guide/theming/ for the full list +of options.

+ +

Type: +attribute set of (TOML value)

+ +

Default: +{ }

+ +

Example:

{
+  "my-theme" = {
+    theme.name = "My Theme";
+    colors = {
+      Base = "#000000";
+      Title = "#FFFFFF";
+    };
+  };
+}
+
+
+

Declared by: