1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-27 22:38:09 +02:00

support user-configurable author colours

This commit is contained in:
Jesse Duffield
2021-10-30 18:00:28 +11:00
parent c96496c3a7
commit c47c539e12
4 changed files with 15 additions and 0 deletions

View File

@@ -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"`