Peter Pieske

Results 25 comments of Peter Pieske

That has been fixed in 0.16.0. Per the release notes: > We fixed the accidental breaking change with --color-scale suddenly requiring an argument introduced in v0.15.3, now it defaults to...

This color scale feature is a bit confusing to me, too. I guess you want: ```shell eza -l --color-scale=all --color-scale-mode=fixed # 0.15.3 eza -l --color-scale-mode=fixed # 0.16.0+ ``` Unfortunately, the...

> For me (using v0.16.0) `--color-scale-mode=fixed` still does not work for file ages: AFAIK, there's only a single `EZA_COLORS`'s `da` parameter we can define so, there's no fixed color scale...

Thank you for your quick response, that did the trick! 😃 As I'm involved in [zed-julia](https://github.com/JuliaEditorSupport/zed-julia), does this mean we need to install those three packages on main/master to make...

Okay, I'll keep an eye on the release page. I suggest we keep this issue open in case somebody else stumbles on it. I'd close it after the next release....