feat: Add backgrounds
This commit is contained in:
@@ -1,86 +1,86 @@
|
||||
# Main background
|
||||
theme[main_bg]="#000000"
|
||||
theme[main_bg]="#000001"
|
||||
|
||||
# Main text color
|
||||
theme[main_fg]="#ececed"
|
||||
theme[main_fg]="#f0edf9"
|
||||
|
||||
# Title color for boxes
|
||||
theme[title]="#ececed"
|
||||
theme[title]="#f0edf9"
|
||||
|
||||
# Highlight color for keyboard shortcuts
|
||||
theme[hi_fg]="#1b1616"
|
||||
theme[hi_fg]="#16161d"
|
||||
|
||||
# Background color of selected items
|
||||
theme[selected_bg]="#807f81"
|
||||
theme[selected_bg]="#1851a6"
|
||||
|
||||
# Foreground color of selected items
|
||||
theme[selected_fg]="#3f323f"
|
||||
theme[selected_fg]="#21264c"
|
||||
|
||||
# Color of inactive/disabled text
|
||||
theme[inactive_fg]="#000000"
|
||||
theme[inactive_fg]="#000001"
|
||||
|
||||
# Color of text appearing on top of graphs
|
||||
theme[graph_text]="#ececed"
|
||||
theme[graph_text]="#f0edf9"
|
||||
|
||||
# Misc colors for processes box
|
||||
theme[proc_misc]="#1b1616"
|
||||
theme[proc_misc]="#16161d"
|
||||
|
||||
# CPU box outline color
|
||||
theme[cpu_box]="#807f81"
|
||||
theme[cpu_box]="#1851a6"
|
||||
|
||||
# Memory/disks box outline color
|
||||
theme[mem_box]="#807f81"
|
||||
theme[mem_box]="#1851a6"
|
||||
|
||||
# Network up/down box outline color
|
||||
theme[net_box]="#807f81"
|
||||
theme[net_box]="#1851a6"
|
||||
|
||||
# Processes box outline color
|
||||
theme[proc_box]="#807f81"
|
||||
theme[proc_box]="#1851a6"
|
||||
|
||||
# Box divider lines and small box borders
|
||||
theme[div_line]="#807f81"
|
||||
theme[div_line]="#1851a6"
|
||||
|
||||
# Temperature graph colors
|
||||
theme[temp_start]="#1b1616"
|
||||
theme[temp_mid]="#3f323f"
|
||||
theme[temp_end]="#1b1616"
|
||||
theme[temp_start]="#16161d"
|
||||
theme[temp_mid]="#21264c"
|
||||
theme[temp_end]="#16161d"
|
||||
|
||||
# CPU graph colors
|
||||
theme[cpu_start]="#1b1616"
|
||||
theme[cpu_mid]="#3f323f"
|
||||
theme[cpu_end]="#1b1616"
|
||||
theme[cpu_start]="#16161d"
|
||||
theme[cpu_mid]="#21264c"
|
||||
theme[cpu_end]="#16161d"
|
||||
|
||||
# Mem/Disk free meter
|
||||
theme[free_start]="#1b1616"
|
||||
theme[free_mid]="#3f323f"
|
||||
theme[free_end]="#1b1616"
|
||||
theme[free_start]="#16161d"
|
||||
theme[free_mid]="#21264c"
|
||||
theme[free_end]="#16161d"
|
||||
|
||||
# Mem/Disk cached meter
|
||||
theme[cached_start]="#3e3e4d"
|
||||
theme[cached_mid]="#1b1616"
|
||||
theme[cached_end]="#3f323f"
|
||||
theme[cached_start]="#492442"
|
||||
theme[cached_mid]="#16161d"
|
||||
theme[cached_end]="#21264c"
|
||||
|
||||
# Mem/Disk available meter
|
||||
theme[available_start]="#1b1616"
|
||||
theme[available_mid]="#3f323f"
|
||||
theme[available_end]="#1b1616"
|
||||
theme[available_start]="#16161d"
|
||||
theme[available_mid]="#21264c"
|
||||
theme[available_end]="#16161d"
|
||||
|
||||
# Mem/Disk used meter
|
||||
theme[used_start]="#1b1616"
|
||||
theme[used_mid]="#3f323f"
|
||||
theme[used_end]="#1b1616"
|
||||
theme[used_start]="#16161d"
|
||||
theme[used_mid]="#21264c"
|
||||
theme[used_end]="#16161d"
|
||||
|
||||
# Download graph colors
|
||||
theme[download_start]="#1b1616"
|
||||
theme[download_mid]="#3e3e4d"
|
||||
theme[download_end]="#3f323f"
|
||||
theme[download_start]="#16161d"
|
||||
theme[download_mid]="#492442"
|
||||
theme[download_end]="#21264c"
|
||||
|
||||
# Upload graph colors
|
||||
theme[upload_start]="#3f323f"
|
||||
theme[upload_mid]="#3e3e4d"
|
||||
theme[upload_end]="#1b1616"
|
||||
theme[upload_start]="#21264c"
|
||||
theme[upload_mid]="#492442"
|
||||
theme[upload_end]="#16161d"
|
||||
|
||||
# Process box color gradient for threads, mem and cpu usage
|
||||
theme[process_start]="#1b1616"
|
||||
theme[process_mid]="#1b1616"
|
||||
theme[process_end]="#3f323f"
|
||||
theme[process_start]="#16161d"
|
||||
theme[process_mid]="#16161d"
|
||||
theme[process_end]="#21264c"
|
||||
Reference in New Issue
Block a user