Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-master/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ gui:

# Color of keybindings help text in the bottom line
optionsTextColor:
- blue
- white

# Background color of selected line.
# See https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#highlighting-the-selected-line
Expand Down
2 changes: 1 addition & 1 deletion docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ gui:

# Color of keybindings help text in the bottom line
optionsTextColor:
- blue
- white

# Background color of selected line.
# See https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#highlighting-the-selected-line
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/app_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ gui:

# Color of keybindings help text in the bottom line
optionsTextColor:
- blue
- white

# Background color of selected line.
# See https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#highlighting-the-selected-line
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/user_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ func GetDefaultConfigForPlatform(platform string) *UserConfig {
ActiveBorderColor: []string{"green", "bold"},
SearchingActiveBorderColor: []string{"cyan", "bold"},
InactiveBorderColor: []string{"default"},
OptionsTextColor: []string{"blue"},
OptionsTextColor: []string{"white"},
SelectedLineBgColor: []string{"blue"},
InactiveViewSelectedLineBgColor: []string{"bold"},
CherryPickedCommitBgColor: []string{"cyan"},
Expand Down
2 changes: 1 addition & 1 deletion schema-master/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,7 @@
"uniqueItems": true,
"description": "Color of keybindings help text in the bottom line",
"default": [
"blue"
"white"
]
},
"selectedLineBgColor": {
Expand Down
2 changes: 1 addition & 1 deletion schema/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@
"uniqueItems": true,
"description": "Color of keybindings help text in the bottom line",
"default": [
"blue"
"white"
]
},
"selectedLineBgColor": {
Expand Down