diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index 18243b9a..3976ad98 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -296,7 +296,7 @@ func GetDefaultConfig() UserConfig { IgnoreMouseEvents: false, Theme: ThemeConfig{ ActiveBorderColor: []string{"green", "bold"}, - InactiveBorderColor: []string{"white"}, + InactiveBorderColor: []string{"default"}, OptionsTextColor: []string{"blue"}, }, ShowAllContainers: false,