mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: 535a541b42
This commit is contained in:
parent
880abebaae
commit
c5e72d88c3
1 changed files with 15 additions and 12 deletions
|
|
@ -31015,20 +31015,23 @@ attribute set of (TOML value or strings concatenated with “\n” or absolute p
|
|||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
general = {
|
||||
background = "<string>";
|
||||
border = "<string>";
|
||||
horizontal_rule = "<string>";
|
||||
unread_indicator = "<string>";
|
||||
};
|
||||
text = {
|
||||
error = "<string>";
|
||||
primary = "<string>";
|
||||
secondary = "<string>";
|
||||
success = "<string>";
|
||||
tertiary = "<string>";
|
||||
my-theme = {
|
||||
general = {
|
||||
background = "<string>";
|
||||
border = "<string>";
|
||||
horizontal_rule = "<string>";
|
||||
unread_indicator = "<string>";
|
||||
};
|
||||
text = {
|
||||
primary = "<string>";
|
||||
secondary = "<string>";
|
||||
tertiary = "<string>";
|
||||
success = "<string>";
|
||||
error = "<string>";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue