mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Improved readability for ranger
This commit is contained in:
parent
a970ceebf9
commit
b403b14ec1
|
@ -40,7 +40,7 @@ class Default(ColorScheme):
|
|||
fg = red
|
||||
if context.directory:
|
||||
attr |= bold
|
||||
fg = blue
|
||||
fg = red
|
||||
fg += BRIGHT
|
||||
elif context.executable:
|
||||
attr |= bold
|
||||
|
@ -94,7 +94,7 @@ class Default(ColorScheme):
|
|||
if context.hostname:
|
||||
fg = red if context.bad else green
|
||||
elif context.directory:
|
||||
fg = blue
|
||||
fg = red
|
||||
elif context.tab:
|
||||
if context.good:
|
||||
bg = green
|
||||
|
|
Loading…
Reference in a new issue