1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-04-20 05:30:36 +00:00
parent 5cd8bada21
commit 5ab73e7819

View file

@ -64244,6 +64244,33 @@ boolean</p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</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/zed-editor.nix" target="_top">
&lt;home-manager/modules/programs/zed-editor.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.zed-editor.themes"></a><a class="term" href="options.xhtml#opt-programs.zed-editor.themes"><code class="option">programs.zed-editor.themes</code>
</a>
</span>
</dt>
<dd>
<p>Each theme is written to
<code class="filename">$XDG_CONFIG_HOME/zed/themes/theme-name.json</code>
where the name of each attribute is the theme-name</p><p>See <a class="link" href="https://zed.dev/docs/extensions/themes" target="_top">https://zed.dev/docs/extensions/themes</a> for the structure of a
Zed theme</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (JSON value or absolute path or strings concatenated with “\n”)</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>