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:
sumnerevans 2025-04-02 00:19:14 +00:00
parent d2da00964b
commit da8394337b

View file

@ -13633,6 +13633,40 @@ TOML value</p>
</code></pre> </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/alacritty.nix" target="_top">
&lt;home-manager/modules/programs/alacritty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.alacritty.theme"></a><a class="term" href="options.xhtml#opt-programs.alacritty.theme"><code class="option">programs.alacritty.theme</code>
</a>
</span>
</dt>
<dd>
<p>A theme from the
<a class="link" href="https://github.com/alacritty/alacritty-theme" target="_top">alacritty-theme</a>
repository to import in the configuration.
See <a class="link" href="https://github.com/alacritty/alacritty-theme/tree/master/themes" target="_top">https://github.com/alacritty/alacritty-theme/tree/master/themes</a>
for a list of available themes.
If you would like to import your own theme, use
<code class="option">programs.alacritty.settings.general.import</code> or
<code class="option">programs.alacritty.settings.colors</code> directly.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;solarized_dark&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
<tr><td> <tr><td>