summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index d5a142b12..c4758d9df 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -341,10 +341,10 @@ func GetDefaultConfig() *UserConfig {
ActiveBorderColor: []string{"green", "bold"},
InactiveBorderColor: []string{"white"},
OptionsTextColor: []string{"blue"},
- SelectedLineBgColor: []string{"default"},
+ SelectedLineBgColor: []string{"blue"},
SelectedRangeBgColor: []string{"blue"},
- CherryPickedCommitBgColor: []string{"blue"},
- CherryPickedCommitFgColor: []string{"cyan"},
+ CherryPickedCommitBgColor: []string{"cyan"},
+ CherryPickedCommitFgColor: []string{"blue"},
UnstagedChangesColor: []string{"red"},
},
CommitLength: CommitLengthConfig{Show: true},