mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-17 06:21:10 +01:00
deploy: 904fa32d77
This commit is contained in:
parent
288481dfde
commit
6abcddcb0d
1 changed files with 16 additions and 2 deletions
|
|
@ -80221,10 +80221,12 @@ YAML 1.1 value</p>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p>Theme for vivid</p>
|
<p>An attribute set of vivid themes.
|
||||||
|
Each value can either be a path to a theme file or an attribute set
|
||||||
|
defining the theme directly (which will be converted from Nix to YAML).</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
attribute set of absolute path</p>
|
attribute set of (absolute path or YAML 1.1 value)</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Default:</em></span>
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">{ }</code></p>
|
<code class="literal">{ }</code></p>
|
||||||
|
|
@ -80239,6 +80241,18 @@ attribute set of absolute path</p>
|
||||||
url = "https://raw.githubusercontent.com/NearlyTRex/Vivid/refs/heads/master/themes/catppuccin-mocha.yml";
|
url = "https://raw.githubusercontent.com/NearlyTRex/Vivid/refs/heads/master/themes/catppuccin-mocha.yml";
|
||||||
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
|
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
my-custom-theme = {
|
||||||
|
colors = {
|
||||||
|
blue = "0000ff";
|
||||||
|
};
|
||||||
|
core = {
|
||||||
|
directory = {
|
||||||
|
foreground = "blue";
|
||||||
|
font-style = "bold";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue