From d0ab7474798bd2ad551f1fe3482ef5238310eed1 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 25 Feb 2020 21:23:29 +1100 Subject: [PATCH] color active frames green by default --- docs/Config.md | 2 +- pkg/config/app_config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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