diff --git a/docs/Config.md b/docs/Config.md index 5700f8d40..f143f914c 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -18,7 +18,7 @@ Default path for the config file: - white - bold inactiveBorderColor: - - white + - green optionsTextColor: - blue selectedLineBgColor: diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index 2ed84b8e4..1adedc780 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -247,7 +247,7 @@ func GetDefaultConfig() []byte { theme: lightTheme: false activeBorderColor: - - white + - green - bold inactiveBorderColor: - white