mirror of
https://github.com/xgi/castero
synced 2024-11-10 15:28:45 +01:00
use proper color pair for inactive selected menu items
This commit is contained in:
parent
818223e409
commit
bbb10e0d01
@ -128,7 +128,7 @@ class Menu(ABC):
|
||||
if self._active:
|
||||
attr = curses.color_pair(2)
|
||||
else:
|
||||
attr = curses.color_pair(3)
|
||||
attr = curses.color_pair(4)
|
||||
else:
|
||||
attr = attr | item['attr']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user