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:
khaneliman 2025-04-10 17:30:37 +00:00
parent 2956481414
commit 9380f38ccd

View file

@ -18372,50 +18372,52 @@ lazy attribute set of (absolute path or strings concatenated with “\n”)</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>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27; <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
theme[main_bg]=&quot;#282a36&quot; my-theme = &#x27;&#x27;
theme[main_fg]=&quot;#f8f8f2&quot; theme[main_bg]=&quot;#282a36&quot;
theme[title]=&quot;#f8f8f2&quot; theme[main_fg]=&quot;#f8f8f2&quot;
theme[hi_fg]=&quot;#6272a4&quot; theme[title]=&quot;#f8f8f2&quot;
theme[selected_bg]=&quot;#ff79c6&quot; theme[hi_fg]=&quot;#6272a4&quot;
theme[selected_fg]=&quot;#f8f8f2&quot; theme[selected_bg]=&quot;#ff79c6&quot;
theme[inactive_fg]=&quot;#44475a&quot; theme[selected_fg]=&quot;#f8f8f2&quot;
theme[graph_text]=&quot;#f8f8f2&quot; theme[inactive_fg]=&quot;#44475a&quot;
theme[meter_bg]=&quot;#44475a&quot; theme[graph_text]=&quot;#f8f8f2&quot;
theme[proc_misc]=&quot;#bd93f9&quot; theme[meter_bg]=&quot;#44475a&quot;
theme[cpu_box]=&quot;#bd93f9&quot; theme[proc_misc]=&quot;#bd93f9&quot;
theme[mem_box]=&quot;#50fa7b&quot; theme[cpu_box]=&quot;#bd93f9&quot;
theme[net_box]=&quot;#ff5555&quot; theme[mem_box]=&quot;#50fa7b&quot;
theme[proc_box]=&quot;#8be9fd&quot; theme[net_box]=&quot;#ff5555&quot;
theme[div_line]=&quot;#44475a&quot; theme[proc_box]=&quot;#8be9fd&quot;
theme[temp_start]=&quot;#bd93f9&quot; theme[div_line]=&quot;#44475a&quot;
theme[temp_mid]=&quot;#ff79c6&quot; theme[temp_start]=&quot;#bd93f9&quot;
theme[temp_end]=&quot;#ff33a8&quot; theme[temp_mid]=&quot;#ff79c6&quot;
theme[cpu_start]=&quot;#bd93f9&quot; theme[temp_end]=&quot;#ff33a8&quot;
theme[cpu_mid]=&quot;#8be9fd&quot; theme[cpu_start]=&quot;#bd93f9&quot;
theme[cpu_end]=&quot;#50fa7b&quot; theme[cpu_mid]=&quot;#8be9fd&quot;
theme[free_start]=&quot;#ffa6d9&quot; theme[cpu_end]=&quot;#50fa7b&quot;
theme[free_mid]=&quot;#ff79c6&quot; theme[free_start]=&quot;#ffa6d9&quot;
theme[free_end]=&quot;#ff33a8&quot; theme[free_mid]=&quot;#ff79c6&quot;
theme[cached_start]=&quot;#b1f0fd&quot; theme[free_end]=&quot;#ff33a8&quot;
theme[cached_mid]=&quot;#8be9fd&quot; theme[cached_start]=&quot;#b1f0fd&quot;
theme[cached_end]=&quot;#26d7fd&quot; theme[cached_mid]=&quot;#8be9fd&quot;
theme[available_start]=&quot;#ffd4a6&quot; theme[cached_end]=&quot;#26d7fd&quot;
theme[available_mid]=&quot;#ffb86c&quot; theme[available_start]=&quot;#ffd4a6&quot;
theme[available_end]=&quot;#ff9c33&quot; theme[available_mid]=&quot;#ffb86c&quot;
theme[used_start]=&quot;#96faaf&quot; theme[available_end]=&quot;#ff9c33&quot;
theme[used_mid]=&quot;#50fa7b&quot; theme[used_start]=&quot;#96faaf&quot;
theme[used_end]=&quot;#0dfa49&quot; theme[used_mid]=&quot;#50fa7b&quot;
theme[download_start]=&quot;#bd93f9&quot; theme[used_end]=&quot;#0dfa49&quot;
theme[download_mid]=&quot;#50fa7b&quot; theme[download_start]=&quot;#bd93f9&quot;
theme[download_end]=&quot;#8be9fd&quot; theme[download_mid]=&quot;#50fa7b&quot;
theme[upload_start]=&quot;#8c42ab&quot; theme[download_end]=&quot;#8be9fd&quot;
theme[upload_mid]=&quot;#ff79c6&quot; theme[upload_start]=&quot;#8c42ab&quot;
theme[upload_end]=&quot;#ff33a8&quot; theme[upload_mid]=&quot;#ff79c6&quot;
theme[process_start]=&quot;#50fa7b&quot; theme[upload_end]=&quot;#ff33a8&quot;
theme[process_mid]=&quot;#59b690&quot; theme[process_start]=&quot;#50fa7b&quot;
theme[process_end]=&quot;#6272a4&quot; theme[process_mid]=&quot;#59b690&quot;
&#x27;&#x27; theme[process_end]=&quot;#6272a4&quot;
&#x27;&#x27;;
}
</code></pre> </code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>