Added graph_text color value

pull/81/head
aristocratos 2020-08-14 19:16:22 +02:00
parent 27d06fb610
commit a8628d0fb3
1 changed files with 3 additions and 0 deletions

View File

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