From b2b3e3d9f14db1e1436b83c07552b80afa5fa947 Mon Sep 17 00:00:00 2001
From: khaneliman
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: