mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
deploy: 92266c9a6f
This commit is contained in:
parent
2956481414
commit
9380f38ccd
1 changed files with 46 additions and 44 deletions
|
|
@ -18372,50 +18372,52 @@ lazy attribute set of (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>Example:</em></span></p><pre><code class="programlisting">''
|
||||
theme[main_bg]="#282a36"
|
||||
theme[main_fg]="#f8f8f2"
|
||||
theme[title]="#f8f8f2"
|
||||
theme[hi_fg]="#6272a4"
|
||||
theme[selected_bg]="#ff79c6"
|
||||
theme[selected_fg]="#f8f8f2"
|
||||
theme[inactive_fg]="#44475a"
|
||||
theme[graph_text]="#f8f8f2"
|
||||
theme[meter_bg]="#44475a"
|
||||
theme[proc_misc]="#bd93f9"
|
||||
theme[cpu_box]="#bd93f9"
|
||||
theme[mem_box]="#50fa7b"
|
||||
theme[net_box]="#ff5555"
|
||||
theme[proc_box]="#8be9fd"
|
||||
theme[div_line]="#44475a"
|
||||
theme[temp_start]="#bd93f9"
|
||||
theme[temp_mid]="#ff79c6"
|
||||
theme[temp_end]="#ff33a8"
|
||||
theme[cpu_start]="#bd93f9"
|
||||
theme[cpu_mid]="#8be9fd"
|
||||
theme[cpu_end]="#50fa7b"
|
||||
theme[free_start]="#ffa6d9"
|
||||
theme[free_mid]="#ff79c6"
|
||||
theme[free_end]="#ff33a8"
|
||||
theme[cached_start]="#b1f0fd"
|
||||
theme[cached_mid]="#8be9fd"
|
||||
theme[cached_end]="#26d7fd"
|
||||
theme[available_start]="#ffd4a6"
|
||||
theme[available_mid]="#ffb86c"
|
||||
theme[available_end]="#ff9c33"
|
||||
theme[used_start]="#96faaf"
|
||||
theme[used_mid]="#50fa7b"
|
||||
theme[used_end]="#0dfa49"
|
||||
theme[download_start]="#bd93f9"
|
||||
theme[download_mid]="#50fa7b"
|
||||
theme[download_end]="#8be9fd"
|
||||
theme[upload_start]="#8c42ab"
|
||||
theme[upload_mid]="#ff79c6"
|
||||
theme[upload_end]="#ff33a8"
|
||||
theme[process_start]="#50fa7b"
|
||||
theme[process_mid]="#59b690"
|
||||
theme[process_end]="#6272a4"
|
||||
''
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
my-theme = ''
|
||||
theme[main_bg]="#282a36"
|
||||
theme[main_fg]="#f8f8f2"
|
||||
theme[title]="#f8f8f2"
|
||||
theme[hi_fg]="#6272a4"
|
||||
theme[selected_bg]="#ff79c6"
|
||||
theme[selected_fg]="#f8f8f2"
|
||||
theme[inactive_fg]="#44475a"
|
||||
theme[graph_text]="#f8f8f2"
|
||||
theme[meter_bg]="#44475a"
|
||||
theme[proc_misc]="#bd93f9"
|
||||
theme[cpu_box]="#bd93f9"
|
||||
theme[mem_box]="#50fa7b"
|
||||
theme[net_box]="#ff5555"
|
||||
theme[proc_box]="#8be9fd"
|
||||
theme[div_line]="#44475a"
|
||||
theme[temp_start]="#bd93f9"
|
||||
theme[temp_mid]="#ff79c6"
|
||||
theme[temp_end]="#ff33a8"
|
||||
theme[cpu_start]="#bd93f9"
|
||||
theme[cpu_mid]="#8be9fd"
|
||||
theme[cpu_end]="#50fa7b"
|
||||
theme[free_start]="#ffa6d9"
|
||||
theme[free_mid]="#ff79c6"
|
||||
theme[free_end]="#ff33a8"
|
||||
theme[cached_start]="#b1f0fd"
|
||||
theme[cached_mid]="#8be9fd"
|
||||
theme[cached_end]="#26d7fd"
|
||||
theme[available_start]="#ffd4a6"
|
||||
theme[available_mid]="#ffb86c"
|
||||
theme[available_end]="#ff9c33"
|
||||
theme[used_start]="#96faaf"
|
||||
theme[used_mid]="#50fa7b"
|
||||
theme[used_end]="#0dfa49"
|
||||
theme[download_start]="#bd93f9"
|
||||
theme[download_mid]="#50fa7b"
|
||||
theme[download_end]="#8be9fd"
|
||||
theme[upload_start]="#8c42ab"
|
||||
theme[upload_mid]="#ff79c6"
|
||||
theme[upload_end]="#ff33a8"
|
||||
theme[process_start]="#50fa7b"
|
||||
theme[process_mid]="#59b690"
|
||||
theme[process_end]="#6272a4"
|
||||
'';
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue