From c47c539e12df759b6a543dbd23e639f94fbd2e2d Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 30 Oct 2021 18:00:28 +1100 Subject: support user-configurable author colours --- pkg/config/user_config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/config') 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"` -- cgit v1.2.3