From 6a153acc8f5695b9176a8d1b196dfd9eeb5ee34e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Fri, 15 Apr 2022 09:37:04 +1000 Subject: clearer highlighting of current line --- pkg/config/user_config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/config') 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}, -- cgit v1.2.3