eza-community / eza-community/eza

bug: Since 0.15.3 EZA_COLORS's size coloring tweaks stopped working

Open
#682 14 comments 0 reactions 1 assignee Claimed by @MartinFillon View on GitHub
area: theme-colors type: bug
Dominant language
Rust
Stars
23.3k
Forks
523
PR merge metrics
No merged PRs in 30d

Description

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.
![image](https://github.com/eza-community/eza/assets/9730330/2f1f6b59-030f-44ed-ab4b-25622b089d9f)

Working version, nixpkgs hash: `H=657f8ce31927e61a2f2ec1174b882c453e95b38f`
Not working version, nixpkgs hash: `H=7d38cab61f2f72c62d4a943c29662d62df44afcd`
```sh
nix eval "github:nixos/nixpkgs/$H#eza.version"
nix run "github:nixos/nixpkgs/$H#eza" -- -l some/path
```

---
The 0.15.3 is the version that introduced the `--color-scale` option, which I'm NOT using here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.