summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"},
},