From c0c57818ce1a118a269c5b99b9aab61ce443a01e Mon Sep 17 00:00:00 2001 From: kyli0x Date: Thu, 11 Aug 2022 13:40:47 -0400 Subject: [PATCH] updated color change --- themes/kyli0x.theme | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/themes/kyli0x.theme b/themes/kyli0x.theme index 5f5be3c..c25790e 100644 --- a/themes/kyli0x.theme +++ b/themes/kyli0x.theme @@ -2,13 +2,13 @@ #by Kyli0x # Main background, empty for terminal default, need to be empty if you want transparent background -theme[main_bg]="#23252e" +theme[main_bg]="#222222" # Main text color -theme[main_fg]="#f8f8f2" +theme[main_fg]="#e8f6f5" # Title color for boxes -theme[title]="#f8f8f2" +theme[title]="#e8f6f5" # Highlight color for keyboard shortcuts theme[hi_fg]="#21d6c9" @@ -17,16 +17,16 @@ theme[hi_fg]="#21d6c9" theme[selected_bg]="#1aaba0" # Foreground color of selected item in processes box -theme[selected_fg]="#f8f8f2" +theme[selected_fg]="#e8f6f5" # Color of inactive/disabled text -theme[inactive_fg]="#497e7a" +theme[inactive_fg]="#5ec4bc" # Color of text appearing on top of graphs, i.e uptime and current network graph scaling -theme[graph_text]="#21d6c9" +theme[graph_text]="ba1a84" # Background color of the percentage meters -theme[meter_bg]="#80638e" +theme[meter_bg]="#5ec4bc" # Misc colors for processes box including mini cpu graphs, details memory graph and details status text theme[proc_misc]="#21d6c9" @@ -49,44 +49,44 @@ theme[div_line]="#80638e" # Temperature graph colors theme[temp_start]="#21d6c9" theme[temp_mid]="#1aaba0" -theme[temp_end]="#497e7a" +theme[temp_end]="#5ec4bc" # CPU graph colors theme[cpu_start]="#21d6c9" theme[cpu_mid]="#1aaba0" -theme[cpu_end]="#497e7a" +theme[cpu_end]="#5ec4bc" # Mem/Disk free meter theme[free_start]="#21d6c9" theme[free_mid]="#1aaba0" -theme[free_end]="#497e7a" +theme[free_end]="#5ec4bc" # Mem/Disk cached meter theme[cached_start]="#21d6c9" theme[cached_mid]="#1aaba0" -theme[cached_end]="#497e7a" +theme[cached_end]="#5ec4bc" # Mem/Disk available meter theme[available_start]="#21d6c9" theme[available_mid]="#1aaba0" -theme[available_end]="#497e7a" +theme[available_end]="#5ec4bc" # Mem/Disk used meter theme[used_start]="#21d6c9" theme[used_mid]="#1aaba0" -theme[used_end]="#497e7a" +theme[used_end]="#5ec4bc" # Download graph colors theme[download_start]="#21d6c9" theme[download_mid]="#1aaba0" -theme[download_end]="#497e7a" +theme[download_end]="#5ec4bc" # Upload graph colors theme[upload_start]="#ec95ec" theme[upload_mid]="#1aaba0" -theme[upload_end]="#497e7a" +theme[upload_end]="#5ec4bc" # Process box color gradient for threads, mem and cpu usage theme[process_start]="#21d6c9" theme[process_mid]="#1aaba0" -theme[process_end]="#d486d4" +theme[process_end]="#ba1a84"