summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-10-30 18:00:28 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-30 18:26:06 +1100
commitc47c539e12df759b6a543dbd23e639f94fbd2e2d (patch)
tree72db5a63d330d49b68888a1b34693d73dc6b3931 /pkg/config
parentc96496c3a7b3c327a515b6953055ef2b1b815c6c (diff)
support user-configurable author colours
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index bbc08cdc3..485746c0f 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -24,6 +24,7 @@ type RefresherConfig struct {
}
type GuiConfig struct {
+ AuthorColors map[string]string `yaml:"authorColors"`
ScrollHeight int `yaml:"scrollHeight"`
ScrollPastBottom bool `yaml:"scrollPastBottom"`
MouseEvents bool `yaml:"mouseEvents"`