btop: memory and disk color gradient following logical color (#935)

Fixes #934
This commit is contained in:
adelille / Alexdelia 2025-03-04 13:28:41 +01:00 committed by GitHub
parent 489833b201
commit 2f47285f9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,17 +44,17 @@ in
theme[cpu_start]="${base0B}"
theme[cpu_mid]="${base0A}"
theme[cpu_end]="${base08}"
theme[free_start]="${base0B}"
theme[free_mid]="${base0A}"
theme[free_end]="${base08}"
theme[cached_start]="${base0B}"
theme[cached_mid]="${base0A}"
theme[cached_end]="${base08}"
theme[available_start]="${base0B}"
theme[free_start]="${base0A}"
theme[free_mid]="${base0B}"
theme[free_end]="${base0B}"
theme[cached_start]="${base0C}"
theme[cached_mid]="${base0C}"
theme[cached_end]="${base0A}"
theme[available_start]="${base08}"
theme[available_mid]="${base0A}"
theme[available_end]="${base08}"
theme[used_start]="${base0B}"
theme[used_mid]="${base0A}"
theme[available_end]="${base0B}"
theme[used_start]="${base0A}"
theme[used_mid]="${base09}"
theme[used_end]="${base08}"
theme[download_start]="${base0B}"
theme[download_mid]="${base0A}"