|
|
|
@ -7,7 +7,7 @@ theme[main_fg]="#f8f8f2"
|
|
|
|
|
# Title color for boxes
|
|
|
|
|
theme[title]="#f8f8f2"
|
|
|
|
|
|
|
|
|
|
# Higlight color for keyboard shortcuts
|
|
|
|
|
# Highlight color for keyboard shortcuts
|
|
|
|
|
theme[hi_fg]="#6272a4"
|
|
|
|
|
|
|
|
|
|
# Background color of selected item in processes box
|
|
|
|
@ -19,6 +19,12 @@ theme[selected_fg]="#f8f8f2"
|
|
|
|
|
# Color of inactive/disabled text
|
|
|
|
|
theme[inactive_fg]="#44475a"
|
|
|
|
|
|
|
|
|
|
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
|
|
|
|
|
theme[graph_text]="#f8f8f2"
|
|
|
|
|
|
|
|
|
|
# Background color of the percentage meters
|
|
|
|
|
theme[meter_bg]="#44475a"
|
|
|
|
|
|
|
|
|
|
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
|
|
|
|
|
theme[proc_misc]="#bd93f9"
|
|
|
|
|
|
|
|
|
@ -76,3 +82,8 @@ theme[download_end]="#8be9fd"
|
|
|
|
|
theme[upload_start]="#8c42ab"
|
|
|
|
|
theme[upload_mid]="#ff79c6"
|
|
|
|
|
theme[upload_end]="#ff33a8"
|
|
|
|
|
|
|
|
|
|
# Process box color gradient for threads, mem and cpu usage
|
|
|
|
|
theme[process_start]="#50fa7b"
|
|
|
|
|
theme[process_mid]="#59b690"
|
|
|
|
|
theme[process_end]="#6272a4"
|
|
|
|
|