86 lines
1.8 KiB
Plaintext
86 lines
1.8 KiB
Plaintext
# Main background
|
|
theme[main_bg]="#000000"
|
|
|
|
# Main text color
|
|
theme[main_fg]="#ececed"
|
|
|
|
# Title color for boxes
|
|
theme[title]="#ececed"
|
|
|
|
# Highlight color for keyboard shortcuts
|
|
theme[hi_fg]="#1b1616"
|
|
|
|
# Background color of selected items
|
|
theme[selected_bg]="#807f81"
|
|
|
|
# Foreground color of selected items
|
|
theme[selected_fg]="#3f323f"
|
|
|
|
# Color of inactive/disabled text
|
|
theme[inactive_fg]="#000000"
|
|
|
|
# Color of text appearing on top of graphs
|
|
theme[graph_text]="#ececed"
|
|
|
|
# Misc colors for processes box
|
|
theme[proc_misc]="#1b1616"
|
|
|
|
# CPU box outline color
|
|
theme[cpu_box]="#807f81"
|
|
|
|
# Memory/disks box outline color
|
|
theme[mem_box]="#807f81"
|
|
|
|
# Network up/down box outline color
|
|
theme[net_box]="#807f81"
|
|
|
|
# Processes box outline color
|
|
theme[proc_box]="#807f81"
|
|
|
|
# Box divider lines and small box borders
|
|
theme[div_line]="#807f81"
|
|
|
|
# Temperature graph colors
|
|
theme[temp_start]="#1b1616"
|
|
theme[temp_mid]="#3f323f"
|
|
theme[temp_end]="#1b1616"
|
|
|
|
# CPU graph colors
|
|
theme[cpu_start]="#1b1616"
|
|
theme[cpu_mid]="#3f323f"
|
|
theme[cpu_end]="#1b1616"
|
|
|
|
# Mem/Disk free meter
|
|
theme[free_start]="#1b1616"
|
|
theme[free_mid]="#3f323f"
|
|
theme[free_end]="#1b1616"
|
|
|
|
# Mem/Disk cached meter
|
|
theme[cached_start]="#3e3e4d"
|
|
theme[cached_mid]="#1b1616"
|
|
theme[cached_end]="#3f323f"
|
|
|
|
# Mem/Disk available meter
|
|
theme[available_start]="#1b1616"
|
|
theme[available_mid]="#3f323f"
|
|
theme[available_end]="#1b1616"
|
|
|
|
# Mem/Disk used meter
|
|
theme[used_start]="#1b1616"
|
|
theme[used_mid]="#3f323f"
|
|
theme[used_end]="#1b1616"
|
|
|
|
# Download graph colors
|
|
theme[download_start]="#1b1616"
|
|
theme[download_mid]="#3e3e4d"
|
|
theme[download_end]="#3f323f"
|
|
|
|
# Upload graph colors
|
|
theme[upload_start]="#3f323f"
|
|
theme[upload_mid]="#3e3e4d"
|
|
theme[upload_end]="#1b1616"
|
|
|
|
# Process box color gradient for threads, mem and cpu usage
|
|
theme[process_start]="#1b1616"
|
|
theme[process_mid]="#1b1616"
|
|
theme[process_end]="#3f323f" |