70 lines
1.5 KiB
Plaintext
70 lines
1.5 KiB
Plaintext
# Main background, empty for terminal default, need to be empty if you want transparent background
|
|
theme[main_bg]="#e9e3d5"
|
|
|
|
# Main text color
|
|
theme[main_fg]="#2a2822"
|
|
|
|
# Title color for boxes
|
|
theme[title]="#6a4c72"
|
|
|
|
# Highlight color for keyboard shortcuts
|
|
theme[hi_fg]="#3d6b72"
|
|
|
|
# Background color of selected item in processes box
|
|
theme[selected_bg]="#3d6b72"
|
|
|
|
# Foreground color of selected item in processes box
|
|
theme[selected_fg]="#e9e3d5"
|
|
|
|
# Color of inactive/disabled text
|
|
theme[inactive_fg]="#c9c1ad"
|
|
|
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
|
theme[proc_misc]="#6a4c72"
|
|
|
|
# Box outline and divider line color
|
|
theme[cpu_box]="#6a4c72"
|
|
theme[mem_box]="#a85f1d"
|
|
theme[net_box]="#a85f1d"
|
|
theme[proc_box]="#3d6b72"
|
|
theme[div_line]="#5c6631"
|
|
|
|
# Gradient for all meters and graphs
|
|
theme[temp_start]="#3d6b72"
|
|
theme[temp_mid]="#a85f1d"
|
|
theme[temp_end]="#5c6631"
|
|
|
|
|
|
theme[cpu_start]="#3d6b72"
|
|
theme[cpu_mid]="#a85f1d"
|
|
theme[cpu_end]="#5c6631"
|
|
|
|
|
|
theme[free_start]="#3d6b72"
|
|
theme[free_mid]="#a85f1d"
|
|
theme[free_end]="#c56a2b"
|
|
|
|
|
|
theme[cached_start]="#3d6b72"
|
|
theme[cached_mid]="#a85f1d"
|
|
theme[cached_end]="#c56a2b"
|
|
|
|
|
|
theme[available_start]="#3d6b72"
|
|
theme[available_mid]="#3d6b72"
|
|
theme[available_end]="#3d6b72"
|
|
|
|
|
|
theme[used_start]="#5c6631"
|
|
theme[used_mid]="#5c6631"
|
|
theme[used_end]="#5c6631"
|
|
|
|
|
|
theme[download_start]="#c56a2b"
|
|
theme[download_mid]="#3d6b72"
|
|
theme[download_end]="#a85f1d"
|
|
|
|
|
|
theme[upload_start]="#c56a2b"
|
|
theme[upload_mid]="#3d6b72"
|
|
theme[upload_end]="#a85f1d" |