summary refs log tree commit diff stats
path: root/ranger/colorschemes/jungle.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/colorschemes/jungle.py')
-rw-r--r--ranger/colorschemes/jungle.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ranger/colorschemes/jungle.py b/ranger/colorschemes/jungle.py
index eb70e5aa..41e2d912 100644
--- a/ranger/colorschemes/jungle.py
+++ b/ranger/colorschemes/jungle.py
@@ -26,7 +26,8 @@ class Default(ColorScheme):
 			if context.directory:
 				fg = green # trees =)
 
-			elif context.executable and not any((context.media, context.container)):
+			elif context.executable and not \
+					any((context.media, context.container)):
 				fg = yellow # banananas
 
 			if context.link: