mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
deploy: a5fee07792
This commit is contained in:
parent
15bf332bbb
commit
570b6c5b8a
1 changed files with 36 additions and 0 deletions
|
|
@ -67887,6 +67887,42 @@ TOML value</p>
|
|||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
||||
<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/rio.nix" target="_top">
|
||||
<home-manager/modules/programs/rio.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.rio.themes"></a><a class="term" href="options.xhtml#opt-programs.rio.themes"><code class="option">programs.rio.themes</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Theme files written to <code class="filename">$XDG_CONFIG_HOME/rio/themes/</code>. See
|
||||
<a class="link" href="https://rioterm.com/docs/config#building-your-own-theme" target="_top">https://rioterm.com/docs/config#building-your-own-theme</a> for
|
||||
supported values.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of (TOML value 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">{
|
||||
foobar.colors = {
|
||||
background = "#282a36";
|
||||
green = "#50fa7b";
|
||||
dim-green = "#06572f";
|
||||
};
|
||||
}
|
||||
|
||||
</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