diff options
author | hut <hut@lavabit.com> | 2009-06-12 03:19:54 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-06-12 03:19:54 +0200 |
commit | 14ae8304cd976a6ecf55fe5f5c53ef513278da4b (patch) | |
tree | dec57bd038c52997a2c26a8f808df40c10cf1d3a /code/color.rb | |
parent | 8f8b66aa27050f29b06ee66ed9c86308089fae4a (diff) | |
download | ranger-14ae8304cd976a6ecf55fe5f5c53ef513278da4b.tar.gz |
completed colorscheme support
Diffstat (limited to 'code/color.rb')
-rw-r--r-- | code/color.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/code/color.rb b/code/color.rb index 244ec127..e131656b 100644 --- a/code/color.rb +++ b/code/color.rb @@ -81,8 +81,8 @@ module Color use %w{file} use %w{link file} - use %w{badlink file} - use %w{goodlink file} + use %w{badlink link file} + use %w{goodlink link file} use %w{directory file} use %w{forbidden directory file} @@ -95,8 +95,6 @@ module Color use %w{script executable file} use %w{binary executable file} - def content!() @content end - module Type include Color @@ -104,6 +102,7 @@ module Color base file directory media executable video sound image script binary + link goodlink badlink terminal_cursor error info ] |