diff options
author | Iulian Onofrei <6d0847b9@opayq.com> | 2019-11-07 16:35:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 16:35:44 +0200 |
commit | 53d097495c61d6149c20763ec88b431c60a33ba5 (patch) | |
tree | ac4e01efd06b7cd72ea2f5e1f7dc706c842e1b0a /ranger | |
parent | dab04350b2a3d55e762b0a2f855c5faf4ca61d61 (diff) | |
download | ranger-53d097495c61d6149c20763ec88b431c60a33ba5.tar.gz |
Remove duplicate code
Diffstat (limited to 'ranger')
-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 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 |