kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.35k stars 151 forks source link

RFE: adjustments for borders #482

Open kevinclevenger opened 5 months ago

kevinclevenger commented 5 months ago

Would it be possible to either add a config setting for the weight of the borders (e.g. 1px), or add an option to the theme to specify the border color (dark_gray, etc)?

BTW, really great work, this is what I always wanted ranger to be.

kamiyaa commented 5 months ago

or add an option to the theme to specify the border color (dark_gray, etc)?

This is definitely a possibility

Would it be possible to either add a config setting for the weight of the borders (e.g. 1px),

Not really sure about this one, because joshuto just uses unicode characters to print the borders. I know theres thick and thin borders in unicode, but I don't think theres a px amount.

https://www.w3.org/TR/xml-entity-names/025.html

kevinclevenger commented 5 months ago

This is definitely a possibility

Great, much appreciated if/when it makes its way in

Not really sure about this one, because joshuto just uses unicode characters

No worries, I suspected that was going to be the case