1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00
This commit is contained in:
rycee 2024-09-20 07:34:44 +00:00
parent 596f3e5f8b
commit 8aa8bffc08

View file

@ -30831,15 +30831,15 @@ string</p>
</dd> </dd>
<dt> <dt>
<span class="term"> <span class="term">
<a id="opt-programs.kitty.theme"></a><a class="term" href="options.xhtml#opt-programs.kitty.theme"><code class="option">programs.kitty.theme</code> <a id="opt-programs.kitty.themeFile"></a><a class="term" href="options.xhtml#opt-programs.kitty.themeFile"><code class="option">programs.kitty.themeFile</code>
</a> </a>
</span> </span>
</dt> </dt>
<dd> <dd>
<p>Apply a Kitty color theme. This option takes the friendly name of <p>Apply a Kitty color theme. This option takes the file name of a theme
any theme given by the command <span class="command"><strong>kitty +kitten themes</strong></span>. in <code class="literal">kitty-themes</code>, without the <code class="literal">.conf</code> suffix. See
See <a class="link" href="https://github.com/kovidgoyal/kitty-themes" target="_top">https://github.com/kovidgoyal/kitty-themes</a> <a class="link" href="https://github.com/kovidgoyal/kitty-themes/tree/master/themes" target="_top">https://github.com/kovidgoyal/kitty-themes/tree/master/themes</a> for a
for more details.</p> list of themes.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
null or string</p> null or string</p>
@ -30848,7 +30848,7 @@ null or string</p>
<code class="literal">null</code></p> <code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span> <p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;Space Gray Eighties&quot;</code></p> <code class="literal">&quot;SpaceGray_Eighties&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">