Improved readability for ranger
This commit is contained in:
@@ -40,7 +40,7 @@ class Default(ColorScheme):
|
|||||||
fg = red
|
fg = red
|
||||||
if context.directory:
|
if context.directory:
|
||||||
attr |= bold
|
attr |= bold
|
||||||
fg = blue
|
fg = red
|
||||||
fg += BRIGHT
|
fg += BRIGHT
|
||||||
elif context.executable:
|
elif context.executable:
|
||||||
attr |= bold
|
attr |= bold
|
||||||
@@ -94,7 +94,7 @@ class Default(ColorScheme):
|
|||||||
if context.hostname:
|
if context.hostname:
|
||||||
fg = red if context.bad else green
|
fg = red if context.bad else green
|
||||||
elif context.directory:
|
elif context.directory:
|
||||||
fg = blue
|
fg = red
|
||||||
elif context.tab:
|
elif context.tab:
|
||||||
if context.good:
|
if context.good:
|
||||||
bg = green
|
bg = green
|
||||||
|
Reference in New Issue
Block a user