From 27d06fb610835cc316b23053209bc847c4423d8a Mon Sep 17 00:00:00 2001 From: aristocratos Date: Fri, 14 Aug 2020 19:16:00 +0200 Subject: [PATCH] Added new theme color values --- themes/default_black.theme | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/themes/default_black.theme b/themes/default_black.theme index 3a590a7..ff47168 100644 --- a/themes/default_black.theme +++ b/themes/default_black.theme @@ -18,11 +18,11 @@ theme[main_fg]="#cc" # Title color for boxes theme[title]="#ee" -# Higlight color for keyboard shortcuts +# Highlight color for keyboard shortcuts theme[hi_fg]="#90" # Background color of selected item in processes box -theme[selected_bg]="#7e2626" +theme[selected_bg]="#7e2626" # Foreground color of selected item in processes box theme[selected_fg]="#ee" @@ -30,6 +30,12 @@ theme[selected_fg]="#ee" # Color of inactive/disabled text theme[inactive_fg]="#40" +# Color of text appearing on top of graphs, i.e uptime and current network graph scaling +theme[graph_text]="#60" + +# Background color of the percentage meters +theme[meter_bg]="#40" + # Misc colors for processes box including mini cpu graphs, details memory graph and details status text theme[proc_misc]="#0de756" @@ -86,4 +92,9 @@ theme[download_end]="#b0a9de" # Upload graph colors theme[upload_start]="#510554" theme[upload_mid]="#7d4180" -theme[upload_end]="#dcafde" \ No newline at end of file +theme[upload_end]="#dcafde" + +# Process box color gradient for threads, mem and cpu usage +theme[process_start]="#80d0a3" +theme[process_mid]="#dcd179" +theme[process_end]="#d45454" \ No newline at end of file