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]="#050202"
|
|
|
|
# Main text color
|
|
theme[main_fg]="#fdf6f6"
|
|
|
|
# Title color for boxes
|
|
theme[title]="#f84764"
|
|
|
|
# Highlight color for keyboard shortcuts
|
|
theme[hi_fg]="#fe5b75"
|
|
|
|
# Background color of selected item in processes box
|
|
theme[selected_bg]="#e4677c"
|
|
|
|
# Foreground color of selected item in processes box
|
|
theme[selected_fg]="#fdf6f6"
|
|
|
|
# Color of inactive/disabled text
|
|
theme[inactive_fg]="#e4677c"
|
|
|
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
|
theme[proc_misc]="#f84764"
|
|
|
|
# Box outline and divider line color
|
|
theme[cpu_box]="#ff3858"
|
|
theme[mem_box]="#ff3858"
|
|
theme[net_box]="#ff3858"
|
|
theme[proc_box]="#ff3858"
|
|
theme[div_line]="#e4677c"
|
|
|
|
# Gradient for all meters and graphs
|
|
theme[temp_start]="#fe5b75"
|
|
theme[temp_mid]="#ff2649"
|
|
theme[temp_end]="#ff3858"
|
|
|
|
|
|
theme[cpu_start]="#fe5b75"
|
|
theme[cpu_mid]="#ff2649"
|
|
theme[cpu_end]="#ff3858"
|
|
|
|
|
|
theme[free_start]="#ff2649"
|
|
theme[free_mid]="#fa4c6a"
|
|
theme[free_end]="#fa4c6a"
|
|
|
|
|
|
theme[cached_start]="#fa4c6a"
|
|
theme[cached_mid]="#fa4c6a"
|
|
theme[cached_end]="#fa4c6a"
|
|
|
|
|
|
theme[available_start]="#fe5b75"
|
|
theme[available_mid]="#fe5b75"
|
|
theme[available_end]="#fe5b75"
|
|
|
|
|
|
theme[used_start]="#ff3858"
|
|
theme[used_mid]="#ff3858"
|
|
theme[used_end]="#ff3858"
|
|
|
|
|
|
theme[download_start]="#fa4c6a"
|
|
theme[download_mid]="#fe5b75"
|
|
theme[download_end]="#ff2649"
|
|
|
|
|
|
theme[upload_start]="#fa4c6a"
|
|
theme[upload_mid]="#fe5b75"
|
|
theme[upload_end]="#ff2649" |