-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Since 0.15.3 EZA_COLORS's size coloring tweaks stopped working #682
Comments
That has been fixed in 0.16.0. Per the release notes:
You'd need |
well it is indeed a bug and not linked to color-scaling |
This color scale feature is a bit confusing to me, too. I guess you want: eza -l --color-scale=all --color-scale-mode=fixed # 0.15.3
eza -l --color-scale-mode=fixed # 0.16.0+ Unfortunately, the default is |
AFAIK, there's only a single |
fixed the size part |
Helloo o/ # Should give blue size number, yellow size unit, blue username, yellow date
EZA_COLORS=nm=34:um=33:uu=34:da=33
truncate --size 123M test-file And then run Please re-open 🙏 |
colors please read this and retry um doesnt exist and nm is for M size unit |
thats my bad guess ctrl-f didnt work |
@cafkafk (friendly ping) could you re-open? 🙏 edit: thx! |
Hello! (friendly ping!) |
You can see here I set the user color and the file size (for small files) using
EZA_COLORS
to the same red color.In the first test, using eza 0.15.2 both the user and the file size are correctly red.
In the second test, using eza 0.15.3 the user is still red but the file size is the default green color.
Working version, nixpkgs hash:
H=657f8ce31927e61a2f2ec1174b882c453e95b38f
Not working version, nixpkgs hash:
H=7d38cab61f2f72c62d4a943c29662d62df44afcd
The 0.15.3 is the version that introduced the
--color-scale
option, which I'm NOT using here.The text was updated successfully, but these errors were encountered: