From 6d31b1af9ed7526e39c7cdb485f39b068f26024d Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 12 May 2025 18:09:41 +0000 Subject: [PATCH] deploy: 0b24658ec09908e5a6515cacc54f29d589c8423b --- options.xhtml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/options.xhtml b/options.xhtml index 15f32c824..514efcfcd 100644 --- a/options.xhtml +++ b/options.xhtml @@ -30964,6 +30964,48 @@ TOML value

} +

Declared by:

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

Each theme is written to $XDG_CONFIG_HOME/halloy/themes/NAME.toml. +See https://halloy.chat/configuration/themes/index.html for more information.

+ +

Type: +attribute set of (TOML value or strings concatenated with ā€œ\nā€ or absolute path)

+ +

Default: +{ }

+ +

Example:

{
+  general = {
+    background = "<string>";
+    border = "<string>";
+    horizontal_rule = "<string>";
+    unread_indicator = "<string>";
+  };
+  text = {
+    error = "<string>";
+    primary = "<string>";
+    secondary = "<string>";
+    success = "<string>";
+    tertiary = "<string>";
+  };
+}
+
+

Declared by: