summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-18 13:53:58 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-18 13:53:58 +1000
commit284c53425102dba89164aa4363441caf71402114 (patch)
treef2cd2d34f169e5236a69b82e9a1c88e1d412a217 /pkg/config
parent10fdb5a609f8edcb426f01611179718235c4d4a0 (diff)
user configurable border colors
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index c9ab1b1d0..6276a6afa 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -150,6 +150,11 @@ func getDefaultConfig() []byte {
gui:
## stuff relating to the UI
scrollHeight: 2
+ activeBorderColor:
+ - white
+ - bold
+ inactiveBorderColor:
+ - white
git:
# stuff relating to git
os: