Added "graph_text" color value to make text more readable

pull/81/head
aristocratos 2020-08-14 19:44:24 +02:00
parent 195b33edc0
commit fea9351039
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ theme[selected_fg]="#fabd2f"
# Color of inactive/disabled text
theme[inactive_fg]="#282828"
# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
theme[graph_text]="#585858"
# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#98971a"