From d2ca37dd6e3a2f37ae49a97edbc7c0936cc423ba Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 18 Jul 2009 16:20:00 +0200 Subject: 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. --- data/colorscheme/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/colorscheme') 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 -- cgit 1.4.1-2-gfad0