From d369ef9db1f83d752e8fafb01fbcc17b6e596726 Mon Sep 17 00:00:00 2001 From: Gabb-c Date: Wed, 11 Aug 2021 13:06:28 -0300 Subject: [PATCH] fix(themes): van-helsing gradient --- themes/van-helsing.theme | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/van-helsing.theme b/themes/van-helsing.theme index dd07348..65b0106 100644 --- a/themes/van-helsing.theme +++ b/themes/van-helsing.theme @@ -77,14 +77,14 @@ theme[used_mid]="#8be9fd" theme[used_end]="#f8f8f2" # Download graph colors -theme[download_start]="#f8f8f2" +theme[download_start]="#50fa7b" theme[download_mid]="#8be9fd" -theme[download_end]="#50fa7b" +theme[download_end]="#f8f8f2" # Upload graph colors -theme[upload_start]="#f8f8f2" +theme[upload_start]="#50fa7b" theme[upload_mid]="#8be9fd" -theme[upload_end]="#50fa7b" +theme[upload_end]="#f8f8f2" # Process box color gradient for threads, mem and cpu usage theme[process_start]="#50fa7b"