Highlight inactive selection in bold

An inactive selection is one where the view is part of the context stack, but
not the active view. For example, the files view when you enter the staging
panel, or any view when you open a panel.
This commit is contained in:
Stefan Haller 2024-06-16 18:09:21 +02:00
parent 4e441127f3
commit db0a1586d9
11 changed files with 60 additions and 16 deletions

View file

@ -122,6 +122,10 @@ gui:
selectedLineBgColor:
- blue
# Background color of selected line when view doesn't have focus.
inactiveViewSelectedLineBgColor:
- bold
# Foreground color of copied commit
cherryPickedCommitFgColor:
- blue