From 5c57c973d64cff21cd1b7e2912b0daee8835fb06 Mon Sep 17 00:00:00 2001 From: Sam Burville Date: Wed, 29 Sep 2021 12:57:42 +0100 Subject: Tidy of spacing on GetDefaultConfig in user_config --- pkg/config/user_config.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pkg/config') diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go index a1e85401d..78ff27c60 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -315,12 +315,12 @@ func GetDefaultConfig() *UserConfig { MainPanelSplitMode: "flexible", Language: "auto", Theme: ThemeConfig{ - LightTheme: false, - ActiveBorderColor: []string{"green", "bold"}, - InactiveBorderColor: []string{"white"}, - OptionsTextColor: []string{"blue"}, - SelectedLineBgColor: []string{"default"}, - SelectedRangeBgColor: []string{"blue"}, + LightTheme: false, + ActiveBorderColor: []string{"green", "bold"}, + InactiveBorderColor: []string{"white"}, + OptionsTextColor: []string{"blue"}, + SelectedLineBgColor: []string{"default"}, + SelectedRangeBgColor: []string{"blue"}, CherryPickedCommitBgColor: []string{"blue"}, CherryPickedCommitFgColor: []string{"cyan"}, }, -- cgit v1.2.3