fix(lazygit): use Visual
instead of CursorLine
for selected line. Fixes #2846
This commit is contained in:
@ -76,7 +76,7 @@ function M.update_config()
|
|||||||
inactiveBorderColor = { LazyVim.ui.color("FloatBorder") or "blue" },
|
inactiveBorderColor = { LazyVim.ui.color("FloatBorder") or "blue" },
|
||||||
optionsTextColor = { "blue" },
|
optionsTextColor = { "blue" },
|
||||||
searchingActiveBorderColor = { LazyVim.ui.color("MatchParen") or "orange", "bold" },
|
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" },
|
unstagedChangesColor = { "red" },
|
||||||
}
|
}
|
||||||
local config = [[
|
local config = [[
|
||||||
|
Reference in New Issue
Block a user