1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-05-12 18:09:41 +00:00
parent a712e86903
commit 6d31b1af9e

View file

@ -30964,6 +30964,48 @@ TOML value</p>
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/halloy.nix" target="_top">
&lt;home-manager/modules/programs/halloy.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.halloy.themes"></a><a class="term" href="options.xhtml#opt-programs.halloy.themes"><code class="option">programs.halloy.themes</code>
</a>
</span>
</dt>
<dd>
<p>Each theme is written to <code class="filename">$XDG_CONFIG_HOME/halloy/themes/NAME.toml</code>.
See <a class="link" href="https://halloy.chat/configuration/themes/index.html" target="_top">https://halloy.chat/configuration/themes/index.html</a> for more information.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (TOML value or strings concatenated with “\n” or absolute path)</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
general = {
background = &quot;&lt;string&gt;&quot;;
border = &quot;&lt;string&gt;&quot;;
horizontal_rule = &quot;&lt;string&gt;&quot;;
unread_indicator = &quot;&lt;string&gt;&quot;;
};
text = {
error = &quot;&lt;string&gt;&quot;;
primary = &quot;&lt;string&gt;&quot;;
secondary = &quot;&lt;string&gt;&quot;;
success = &quot;&lt;string&gt;&quot;;
tertiary = &quot;&lt;string&gt;&quot;;
};
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>