why are some files green? #1034
-
I've poked around a bit and read https://the.exa.website/docs/colour-themes, but I guess I don't understand what the default, out-of-the-box configuration is when running |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @raylu the reason is that green is the default color for crypto-related files, see: eza/src/theme/default_theme.rs Line 102 in d414d4b You can change this using In addition we created a config file PR awaiting its final review and merge. It would not only allow to configure the style (color, icon, ...) of file types but on a file name and file extension basis, see #840 Hope this answers your question. |
Beta Was this translation helpful? Give feedback.
Hi @raylu
the reason is that green is the default color for crypto-related files, see:
eza/src/theme/default_theme.rs
Line 102 in d414d4b
You can change this using
EZA_COLORS
via thecr
code, for example:In addition we created a config file PR awaiting its final review and merge. It would not only allow to configure the style (color, icon, ...) of file types but on a file name and file extension basis, see #840
Hope this answers your question.