From 27a99615d6b7899b0eb54f43cc5fb1b238ee9d64 Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 2 Oct 2010 06:24:26 +0200 Subject: colorschemes.jungle: updated jungle colorscheme --- ranger/colorschemes/jungle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/colorschemes/jungle.py b/ranger/colorschemes/jungle.py index af10a404..f5e03c06 100644 --- a/ranger/colorschemes/jungle.py +++ b/ranger/colorschemes/jungle.py @@ -20,7 +20,7 @@ class Scheme(Default): def use(self, context): fg, bg, attr = Default.use(self, context) - if context.directory and not context.marked: + if context.directory and not context.marked and not context.link: fg = green if context.in_titlebar and context.hostname: -- cgit 1.4.1-2-gfad0