From 1267b9132b3a9c1d6e5c92f52ea1ca780ab2ac4f Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 24 May 2025 22:26:00 +0300 Subject: [PATCH] btopTheme: fix border color --- templates/btopTheme.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/btopTheme.nix b/templates/btopTheme.nix index 074ec39..41cfde3 100644 --- a/templates/btopTheme.nix +++ b/templates/btopTheme.nix @@ -15,19 +15,19 @@ theme[selected_bg]="${base01}" theme[selected_fg]="${base06}" -theme[inactive_fg]="${base0E}" +theme[inactive_fg]="${base03}" theme[proc_misc]="${base0B}" -theme[cpu_box]="${base0E}" +theme[cpu_box]="${base03}" -theme[mem_box]="${base0E}" +theme[mem_box]="${base03}" -theme[net_box]="${base0E}" +theme[net_box]="${base03}" -theme[proc_box]="${base0E}" +theme[proc_box]="${base03}" -theme[div_line]="${base0E}" +theme[div_line]="${base03}" theme[temp_start]="${base0C}" theme[temp_mid]="${base0A}"