ranger: fix after updates

This commit is contained in:
Leonardo Eugênio 2023-07-28 20:54:48 -03:00
parent 05e598acf0
commit 3fe72cac61
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ class Default(ColorScheme):
else:
fg = red
fg += BRIGHT
if context.line_number and not context.selected:
if not context.selected:
fg = default
attr &= ~bold
if not context.selected and (context.cut or context.copied):