diff options
-rw-r--r-- | ranger/colorschemes/jungle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/colorschemes/jungle.py b/ranger/colorschemes/jungle.py index 5a9fe924..6a9c3c52 100644 --- a/ranger/colorschemes/jungle.py +++ b/ranger/colorschemes/jungle.py @@ -9,7 +9,7 @@ class Scheme(Default): def use(self, context): fg, bg, attr = Default.use(self, context) - if context.directory and not context.marked and not context.link + if context.directory and not context.marked and not context.link \ and not context.inactive_pane: fg = green |