diff options
author | hut <hut@lavabit.com> | 2009-07-18 16:20:00 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-18 16:20:00 +0200 |
commit | d2ca37dd6e3a2f37ae49a97edbc7c0936cc423ba (patch) | |
tree | 353f46525c5a7f4575b681368b4e304f904a6a93 /data | |
parent | 84b68936fee43570696823c554297c27022f9497 (diff) | |
download | ranger-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.
Diffstat (limited to 'data')
-rw-r--r-- | data/colorscheme/default.rb | 2 |
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 |