From a8628d0fb34e97ebe7c7f2b54b8c1a6524254fb5 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Fri, 14 Aug 2020 19:16:22 +0200 Subject: [PATCH] Added graph_text color value --- themes/monokai.theme | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/monokai.theme b/themes/monokai.theme index 6cdec1a..8762c93 100644 --- a/themes/monokai.theme +++ b/themes/monokai.theme @@ -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"