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