diff --git a/lua/lazyvim/util/lazygit.lua b/lua/lazyvim/util/lazygit.lua index 0b751f68..94a561a2 100644 --- a/lua/lazyvim/util/lazygit.lua +++ b/lua/lazyvim/util/lazygit.lua @@ -76,7 +76,7 @@ function M.update_config() inactiveBorderColor = { LazyVim.ui.color("FloatBorder") or "blue" }, optionsTextColor = { "blue" }, searchingActiveBorderColor = { LazyVim.ui.color("MatchParen") or "orange", "bold" }, - selectedLineBgColor = { LazyVim.ui.color("CursorLine", true) }, -- set to `default` to have no background colour + selectedLineBgColor = { LazyVim.ui.color("Visual", true) }, -- set to `default` to have no background colour unstagedChangesColor = { "red" }, } local config = [[