about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-18 16:20:00 +0200
committerhut <hut@lavabit.com>2009-07-18 16:20:00 +0200
commitd2ca37dd6e3a2f37ae49a97edbc7c0936cc423ba (patch)
tree353f46525c5a7f4575b681368b4e304f904a6a93
parent84b68936fee43570696823c554297c27022f9497 (diff)
downloadranger-d2ca37dd6e3a2f37ae49a97edbc7c0936cc423ba.tar.gz
fixed detail in the default colorscheme
@currentfile was white foreground on default background
that's a bad combination because white is often used as the
default background too.
-rw-r--r--data/colorscheme/default.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/colorscheme/default.rb b/data/colorscheme/default.rb
index cacff7b1..49398a25 100644
--- a/data/colorscheme/default.rb
+++ b/data/colorscheme/default.rb
@@ -1,7 +1,7 @@
 module Color
 	@hostname = green, default, bold
 	@currentdir = blue, default, bold
-	@currentfile = white, default, bold
+	@currentfile = default, default, bold
 
 	@base = default, df, none