From b2b65d55a776a15877727d58800e155273be4e6b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 17 Nov 2025 17:36:39 +0100 Subject: [PATCH] Match Everforest Dark Hard from Ghostty We should standardize this so it looks the same everywhere though! --- themes/everforest/btop.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/everforest/btop.theme b/themes/everforest/btop.theme index f6aeadfe..aec82494 100644 --- a/themes/everforest/btop.theme +++ b/themes/everforest/btop.theme @@ -4,7 +4,7 @@ # Use "start", "mid" and "end" for three color gradient # Main background, empty for terminal default, need to be empty if you want transparent background -theme[main_bg]="#2d353b" +theme[main_bg]="#1F2427" # Main text color theme[main_fg]="#d3c6aa" @@ -22,7 +22,7 @@ theme[selected_bg]="#3d484d" theme[selected_fg]="#dbbc7f" # Color of inactive/disabled text -theme[inactive_fg]="#2d353b" +theme[inactive_fg]="#2d353b" # Color of text appearing on top of graphs, i.e uptime and current network graph scaling theme[graph_text]="#d3c6aa"