btop: memory and disk color gradient following logical color (#935)
Fixes #934
This commit is contained in:
parent
489833b201
commit
2f47285f9d
1 changed files with 10 additions and 10 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue