From 2f47285f9dbd63d33f8d56517afd70758d68aa11 Mon Sep 17 00:00:00 2001 From: adelille / Alexdelia Date: Tue, 4 Mar 2025 13:28:41 +0100 Subject: [PATCH] btop: memory and disk color gradient following logical color (#935) Fixes #934 --- modules/btop/hm.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/btop/hm.nix b/modules/btop/hm.nix index 35281ff5..0a722230 100644 --- a/modules/btop/hm.nix +++ b/modules/btop/hm.nix @@ -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}"