Open tenturestept opened 3 weeks ago
the default colors are specified here:
https://github.com/sharkdp/fd/blob/71deea6671698e4074a6dd208d528e39831f1fb7/src/main.rs#L53-L56
this is what it looks like using the default terminal.app theme on the macOS:
most colors used don't have enough contrast to be readable.
i would expect more readable colors by default. this might require a simpler, but admittedly more boring ls_colors.
related: #1031, #1440
i have committed a possible solution to https://github.com/tenturestept/fd/tree/simplify-colors
fd
10.2.0 (actually it's git master)
macos 14 sonoma gnome on linux with the light theme also has this issue the light theme on windows terminal also has this issue
Checks
Describe the bug you encountered:
the default colors are specified here:
https://github.com/sharkdp/fd/blob/71deea6671698e4074a6dd208d528e39831f1fb7/src/main.rs#L53-L56
this is what it looks like using the default terminal.app theme on the macOS:
most colors used don't have enough contrast to be readable.
Describe what you expected to happen:
i would expect more readable colors by default. this might require a simpler, but admittedly more boring ls_colors.
related: #1031, #1440
i have committed a possible solution to https://github.com/tenturestept/fd/tree/simplify-colors
What version of
fd
are you using?10.2.0 (actually it's git master)
Which operating system / distribution are you on?