various improvements

This commit is contained in:
2021-03-24 17:16:09 +01:00
parent 255d81f9cc
commit fed75ab9c2
6 changed files with 11 additions and 9 deletions

View File

@ -23,6 +23,7 @@ class Default(ColorScheme):
elif context.in_browser:
if context.selected:
attr = reverse
bg = black
else:
attr = normal
if context.empty or context.error: