summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/conf/colorschemes/snow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ranger/conf/colorschemes/snow.py b/ranger/conf/colorschemes/snow.py
index d5bd8c3a..017a83db 100644
--- a/ranger/conf/colorschemes/snow.py
+++ b/ranger/conf/colorschemes/snow.py
@@ -31,7 +31,8 @@ class MyColorScheme(ColorScheme):
 
 			if context.directory:
 				fg = blue
-			elif context.executable:
+
+			elif context.executable and not any((context.media, context.container, context.document)):
 				attr |= bold
 				fg = green