diff options
author | hut <hut@lavabit.com> | 2009-06-29 01:45:48 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-06-29 01:45:48 +0200 |
commit | 75c3d3dc6fc97501a1c13643682fd732b316a559 (patch) | |
tree | cadb07dea5e839cc7f056ad713c25245d4914993 /data | |
parent | 2f41a544771c0fcaf8abfee963063ba212204d17 (diff) | |
download | ranger-75c3d3dc6fc97501a1c13643682fd732b316a559.tar.gz |
bars fixed
1. colors wouldn't display correctly, because used color_at instead of attr_at. 2. x did not terminate the bar process because of a call to a nonexistant method. 3. added proper colorscheme support
Diffstat (limited to 'data')
-rw-r--r-- | data/colorscheme/default.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/colorscheme/default.rb b/data/colorscheme/default.rb index 91e5ff57..ae1eb1f7 100644 --- a/data/colorscheme/default.rb +++ b/data/colorscheme/default.rb @@ -18,6 +18,9 @@ module Color @denied = pink, default, none @date = default, default, bold + @bar_done = black, cyan, none + @bar_undone = default, default, none + module Selected @base = blue, default, reverse @link = cyan, default, reverse |