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:
parent
c5f7ad5adb
commit
5c57c973d6
@ -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"},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user