From b2b3e3d9f14db1e1436b83c07552b80afa5fa947 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 17 Apr 2025 18:04:08 +0000 Subject: [PATCH] deploy: e72178b84e440703e17ff5d393ba060784bed099 --- options.xhtml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) 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: