From 2173743b50fcc7332271fdeab896fb9c948b3e9c Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 2 Oct 2010 06:23:26 +0200 Subject: colorschemes.snow: updated snow colorscheme --- ranger/colorschemes/snow.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ranger/colorschemes/snow.py b/ranger/colorschemes/snow.py index e89359c4..a449db87 100644 --- a/ranger/colorschemes/snow.py +++ b/ranger/colorschemes/snow.py @@ -32,7 +32,10 @@ class Snow(ColorScheme): if context.directory: attr |= bold - if context.highlight: + elif context.highlight: + attr |= reverse + + elif context.in_titlebar and context.tab and context.good: attr |= reverse return fg, bg, attr -- cgit 1.4.1-2-gfad0