2022-06-07 16:32:39 +02:00
|
|
|
# All graphs and meters can be gradients
|
|
|
|
# For single color graphs leave "mid" and "end" variable empty.
|
|
|
|
# Use "start" and "end" variables for two color gradient
|
|
|
|
# Use "start", "mid" and "end" for three color gradient
|
|
|
|
|
|
|
|
# Main background, empty for terminal default, need to be empty if you want transparent background
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[main_bg]="#272e33"
|
2022-06-07 16:32:39 +02:00
|
|
|
|
|
|
|
# Main text color
|
|
|
|
theme[main_fg]="#d3c6aa"
|
|
|
|
|
|
|
|
# Title color for boxes
|
|
|
|
theme[title]="#d3c6aa"
|
|
|
|
|
|
|
|
# Highlight color for keyboard shortcuts
|
|
|
|
theme[hi_fg]="#e67e80"
|
|
|
|
|
|
|
|
# Background color of selected items
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[selected_bg]="#374145"
|
2022-06-07 16:32:39 +02:00
|
|
|
|
|
|
|
# Foreground color of selected items
|
|
|
|
theme[selected_fg]="#dbbc7f"
|
|
|
|
|
|
|
|
# Color of inactive/disabled text
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[inactive_fg]="#272e33"
|
2022-06-07 16:32:39 +02:00
|
|
|
|
|
|
|
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
|
|
|
|
theme[graph_text]="#d3c6aa"
|
|
|
|
|
|
|
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
|
|
|
theme[proc_misc]="#a7c080"
|
|
|
|
|
|
|
|
# Cpu box outline color
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[cpu_box]="#374145"
|
2022-06-07 16:32:39 +02:00
|
|
|
|
|
|
|
# Memory/disks box outline color
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[mem_box]="#374145"
|
2022-06-07 16:32:39 +02:00
|
|
|
|
|
|
|
# Net up/down box outline color
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[net_box]="#374145"
|
2022-06-07 16:32:39 +02:00
|
|
|
|
|
|
|
# Processes box outline color
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[proc_box]="#374145"
|
2022-06-07 16:32:39 +02:00
|
|
|
|
|
|
|
# Box divider line and small boxes line color
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[div_line]="#374145"
|
2022-06-07 16:32:39 +02:00
|
|
|
|
|
|
|
# Temperature graph colors
|
|
|
|
theme[temp_start]="#a7c080"
|
|
|
|
theme[temp_mid]="#dbbc7f"
|
|
|
|
theme[temp_end]="#f85552"
|
|
|
|
|
|
|
|
# CPU graph colors
|
|
|
|
theme[cpu_start]="#a7c080"
|
|
|
|
theme[cpu_mid]="#dbbc7f"
|
|
|
|
theme[cpu_end]="#f85552"
|
|
|
|
|
|
|
|
# Mem/Disk free meter
|
|
|
|
theme[free_start]="#f85552"
|
|
|
|
theme[free_mid]="#dbbc7f"
|
|
|
|
theme[free_end]="#a7c080"
|
|
|
|
|
|
|
|
# Mem/Disk cached meter
|
|
|
|
theme[cached_start]="#7fbbb3"
|
|
|
|
theme[cached_mid]="#83c092"
|
|
|
|
theme[cached_end]="#a7c080"
|
|
|
|
|
|
|
|
# Mem/Disk available meter
|
|
|
|
theme[available_start]="#f85552"
|
|
|
|
theme[available_mid]="#dbbc7f"
|
|
|
|
theme[available_end]="#a7c080"
|
|
|
|
|
|
|
|
# Mem/Disk used meter
|
|
|
|
theme[used_start]="#a7c080"
|
|
|
|
theme[used_mid]="#dbbc7f"
|
|
|
|
theme[used_end]="#f85552"
|
|
|
|
|
|
|
|
# Download graph colors
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[download_start]="#a7c080"
|
2022-06-07 16:32:39 +02:00
|
|
|
theme[download_mid]="#83c092"
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[download_end]="#7fbbb3"
|
2022-06-07 16:32:39 +02:00
|
|
|
|
|
|
|
# Upload graph colors
|
2023-03-01 08:42:34 +01:00
|
|
|
theme[upload_start]="#dbbc7f"
|
|
|
|
theme[upload_mid]="#e69875"
|
|
|
|
theme[upload_end]="#e67e80"
|
2022-06-07 16:32:39 +02:00
|
|
|
|
|
|
|
# Process box color gradient for threads, mem and cpu usage
|
|
|
|
theme[process_start]="#a7c080"
|
|
|
|
theme[process_mid]="#f85552"
|
|
|
|
theme[process_end]="#CC241D"
|