summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-02-25 21:23:29 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-02-25 21:27:50 +1100
commitd0ab7474798bd2ad551f1fe3482ef5238310eed1 (patch)
treebbc0f8cfc261a5367b1f668a019d56b52976cad6
parentf94d0be2c9b0eaaf539d2cdcfaf258f754162a2e (diff)
color active frames green by default
-rw-r--r--docs/Config.md2
-rw-r--r--pkg/config/app_config.go2
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