Skip to content

Commit 5cbf816

Browse files
committed
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
1 parent 5da1b76 commit 5cbf816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/tokyonight/extra/lazygit.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ gui:
2121
- "${blue}"
2222
selectedLineBgColor:
2323
- "${bg_visual}"
24+
inactiveViewSelectedLineBgColor:
25+
- "${bg_visual}"
2426
cherryPickedCommitFgColor:
2527
- "${blue}"
2628
cherryPickedCommitBgColor:

0 commit comments

Comments
 (0)