mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: 0b24658ec0
This commit is contained in:
parent
a712e86903
commit
6d31b1af9e
1 changed files with 42 additions and 0 deletions
|
|
@ -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">
|
||||
<home-manager/modules/programs/halloy.nix>
|
||||
</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 = "<string>";
|
||||
border = "<string>";
|
||||
horizontal_rule = "<string>";
|
||||
unread_indicator = "<string>";
|
||||
};
|
||||
text = {
|
||||
error = "<string>";
|
||||
primary = "<string>";
|
||||
secondary = "<string>";
|
||||
success = "<string>";
|
||||
tertiary = "<string>";
|
||||
};
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue