From 60223db2be9a0fb5405f0641e4a33f6246941d46 Mon Sep 17 00:00:00 2001 From: Marco Radocchia Date: Wed, 12 Jan 2022 11:34:14 +0100 Subject: [PATCH] Added theme gruvbox_material_dark --- themes/gruvbox_material_dark.theme | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/themes/gruvbox_material_dark.theme b/themes/gruvbox_material_dark.theme index 7133e3f..928cd4f 100644 --- a/themes/gruvbox_material_dark.theme +++ b/themes/gruvbox_material_dark.theme @@ -1,5 +1,5 @@ -#Bashtop gruvbox (https://github.com/morhetz/gruvbox) theme -#by BachoSeven +# Btop gruvbox material dark (https://github.com/sainnhe/gruvbox-material) theme +# by Marco Radocchia # Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255" # example for white: "#FFFFFF", "#ff" or "255 255 255". @@ -58,35 +58,35 @@ theme[temp_end]="#ea6962" # CPU graph colors theme[cpu_start]="#a9b665" -theme[cpu_mid]="d8a657" +theme[cpu_mid]="#d8a657" theme[cpu_end]="#ea6962" # Mem/Disk free meter theme[free_start]="#89b482" theme[free_mid]="" -theme[free_end]="#89b482" +theme[free_end]="" # Mem/Disk cached meter theme[cached_start]="#7daea3" theme[cached_mid]="" -theme[cached_end]="#7daea3" +theme[cached_end]="" # Mem/Disk available meter theme[available_start]="#d8a657" theme[available_mid]="" -theme[available_end]="#d8a657" +theme[available_end]="" # Mem/Disk used meter theme[used_start]="#ea6962" theme[used_mid]="" -theme[used_end]="#ea6962" +theme[used_end]="2" # Download graph colors theme[download_start]="#e78a4e" theme[download_mid]="" -theme[download_end]="#e78a4e" +theme[download_end]="" # Upload graph colors theme[upload_start]="#d3869b" theme[upload_mid]="" -theme[upload_end]="#d3869b" +theme[upload_end]=""