diff options
author | hut <hut@lavabit.com> | 2009-06-13 05:02:59 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-06-13 05:02:59 +0200 |
commit | 236fef23c8269a776c18378f66c1fd2d7d818eee (patch) | |
tree | a3e315d303c2c37557cbfa320aeadb1b3a28915c /code/color.rb | |
parent | 92f17aeca4389141d780a67dd76a85dc8f1dc704 (diff) | |
download | ranger-236fef23c8269a776c18378f66c1fd2d7d818eee.tar.gz |
extended colorschemes to statusbar
Diffstat (limited to 'code/color.rb')
-rw-r--r-- | code/color.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/code/color.rb b/code/color.rb index 3eb30977..3968207d 100644 --- a/code/color.rb +++ b/code/color.rb @@ -91,6 +91,13 @@ module Color use %w{currentdir top} use %w{currentfile top} + use %w{butt} + use %w{permissions butt} + use %w{allowed permissions butt} + use %w{denied permissions butt} + use %w{date butt} + use %w{info butt} + use %w{media file} use %w{video media file} use %w{sound media file} |