From dabc3c12c608a219fcdecf0d8f9398ff52b8a2b0 Mon Sep 17 00:00:00 2001 From: AminurAlam <64137875+AminurAlam@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:50:07 +0530 Subject: [PATCH] fix(extras.lazygit): add `inactiveViewSelectedLineBgColor` property this property is present in the config but unchanged by tokyonight the default is `bold` which isnt very visible, i copied what extras.yazi does with preview panes --- lua/tokyonight/extra/lazygit.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/tokyonight/extra/lazygit.lua b/lua/tokyonight/extra/lazygit.lua index 2bbc08635..783294d7a 100644 --- a/lua/tokyonight/extra/lazygit.lua +++ b/lua/tokyonight/extra/lazygit.lua @@ -21,6 +21,8 @@ gui: - "${blue}" selectedLineBgColor: - "${bg_visual}" + inactiveViewSelectedLineBgColor: + - "${bg_visual}" cherryPickedCommitFgColor: - "${blue}" cherryPickedCommitBgColor: