summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorSam Burville <Sam.Burville@GlobalProcessing.com>2021-09-29 12:57:42 +0100
committerJesse Duffield <jessedduffield@gmail.com>2021-09-30 01:26:05 +1000
commit5c57c973d64cff21cd1b7e2912b0daee8835fb06 (patch)
treefa1f809cff22c634ca5c295374c41c834f73bb76 /pkg/config
parentc5f7ad5adb00b73acd44a086687ffbe5d7705aa2 (diff)
Tidy of spacing on GetDefaultConfig in user_config
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go12
1 files changed, 6 insertions, 6 deletions
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"},
},