From 6ed771de9dd3b14de78e83ed1c62b4f4fcee3c03 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 27 Mar 2024 10:43:32 +0100 Subject: [PATCH] fix(lazygit): use `Visual` instead of `CursorLine` for selected line. Fixes #2846 --- lua/lazyvim/util/lazygit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [[