From e74c9c5bc1bd28bb5bcdf8959d4c61b7474bdc29 Mon Sep 17 00:00:00 2001 From: Sir Blob Date: Mon, 21 Sep 2026 01:07:27 +0000 Subject: [PATCH] Stop btop painting the meter track in the selection color --- default/themed/btop.theme.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/themed/btop.theme.tpl b/default/themed/btop.theme.tpl index 3cc2d77..10a2e09 100644 --- a/default/themed/btop.theme.tpl +++ b/default/themed/btop.theme.tpl @@ -14,7 +14,7 @@ theme[hi_fg]="{{ accent }}" theme[selected_bg]="{{ selection }}" # Foreground color of selected item in processes box -theme[selected_fg]="{{ accent }}" +theme[selected_fg]="{{ selection_foreground }}" # Color of inactive/disabled text theme[inactive_fg]="{{ muted }}" @@ -23,7 +23,7 @@ theme[inactive_fg]="{{ muted }}" theme[graph_text]="{{ light_foreground }}" # Background color of the percentage meters -theme[meter_bg]="{{ selection }}" +theme[meter_bg]="{{ lighter_background }}" # Misc colors for processes box including mini cpu graphs, details memory graph and details status text theme[proc_misc]="{{ light_foreground }}"