fix(themes): van-helsing gradient

pull/335/head
Gabb-c 2021-08-11 13:06:28 -03:00
parent 713d60f8ea
commit d369ef9db1
1 changed files with 4 additions and 4 deletions

View File

@ -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"