1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-21 22:43:27 +02:00

Tidy of spacing on GetDefaultConfig in user_config

This commit is contained in:
Sam Burville 2021-09-29 12:57:42 +01:00 committed by Jesse Duffield
parent c5f7ad5adb
commit 5c57c973d6

View File

@ -315,12 +315,12 @@ func GetDefaultConfig() *UserConfig {
MainPanelSplitMode: "flexible", MainPanelSplitMode: "flexible",
Language: "auto", Language: "auto",
Theme: ThemeConfig{ Theme: ThemeConfig{
LightTheme: false, LightTheme: false,
ActiveBorderColor: []string{"green", "bold"}, ActiveBorderColor: []string{"green", "bold"},
InactiveBorderColor: []string{"white"}, InactiveBorderColor: []string{"white"},
OptionsTextColor: []string{"blue"}, OptionsTextColor: []string{"blue"},
SelectedLineBgColor: []string{"default"}, SelectedLineBgColor: []string{"default"},
SelectedRangeBgColor: []string{"blue"}, SelectedRangeBgColor: []string{"blue"},
CherryPickedCommitBgColor: []string{"blue"}, CherryPickedCommitBgColor: []string{"blue"},
CherryPickedCommitFgColor: []string{"cyan"}, CherryPickedCommitFgColor: []string{"cyan"},
}, },