summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIulian Onofrei <6d0847b9@opayq.com>2019-11-07 16:35:44 +0200
committerGitHub <noreply@github.com>2019-11-07 16:35:44 +0200
commit53d097495c61d6149c20763ec88b431c60a33ba5 (patch)
treeac4e01efd06b7cd72ea2f5e1f7dc706c842e1b0a
parentdab04350b2a3d55e762b0a2f855c5faf4ca61d61 (diff)
Remove duplicate code
-rw-r--r--ranger/colorschemes/jungle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/colorschemes/jungle.py b/ranger/colorschemes/jungle.py
index 2dd1db85..a1fd768d 100644
--- a/ranger/colorschemes/jungle.py
+++ b/ranger/colorschemes/jungle.py
@@ -15,7 +15,7 @@ class Scheme(Default):
if context.directory and not context.marked and not context.link \
and not context.inactive_pane:
- fg = green
+ fg = self.progress_bar_color
if context.in_titlebar and context.hostname:
fg = red if context.bad else blue