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