ranger: fix after updates
This commit is contained in:
parent
05e598acf0
commit
3fe72cac61
2 changed files with 3 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue