I managed to scroll past the screenshot twice (now and earlier) before it had loaded.
Two settings for ls make some of the colouring less useful to me.
BLOCK_SIZE='1 formats sizes in bytes with comma separators. TIME_STYLE=long-iso formats the dates sensibly.
This means entries line up in neater columns.
-rwxr-xr-x 1 root root 852 2024-02-23 22:31 zsh5
-rwxr-xr-x 1 root root 1,022,760 2024-08-09 04:33 zstd
lrwxrwxrwx 1 root root 4 2024-08-09 04:33 zstdcat -> zstd
You could probably embed raw ANSI SGR color escape sequences { maybe from $(tput) if your terminal might be weird } inside a TIME_STYLE=+FORMAT to colorize the times.
In `lc`, mentioned a bit this thread, you can actually color the age like a "heat map" if you want. I.e. more recent times are more toward the red side of the rainbow and older ages toward the other "cooler" side ("cold storage"). Or whatever color scheme you like. So, if you know you're looking for something recent, the color pops out at you. If you like that kind of thing.