Electrux / ls_extended

ls with coloring and icons
BSD 3-Clause "New" or "Revised" License
201 stars 14 forks source link

Colors configuration? #21

Closed xDShot closed 6 years ago

xDShot commented 6 years ago

Can I change text colors somehow? Is there a config for editing?

Electrux commented 6 years ago

the text colors can be changed by changing your terminal color scheme since the code uses that only and not any special colors :)

Electrux commented 6 years ago

closing this for now

xDShot commented 6 years ago

This is illogical. Why should I change global color configuration affecting others applications?

Electrux commented 6 years ago

because that is how most terminal applications work. They change colors based on terminal's color. Vi, Nano, package managers, etc. all work that way.