mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Improved readability for ranger
This commit is contained in:
parent
a970ceebf9
commit
b403b14ec1
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue