sxyazi / yazi

💥 Blazing fast terminal file manager written in Rust, based on async I/O.
https://yazi-rs.github.io
MIT License
16.29k stars 378 forks source link

v0.4 To-do List #1644

Open sxyazi opened 1 month ago

sxyazi commented 1 month ago
spenserblack commented 5 days ago

Support auto-switching between dark/light flavors

Does this include shipping a preset light flavor to compliment the preset (dark) theme?

I feel I should mention that some light terminal themes invert black and white, and some don't, which can be a bit troublesome. It's a bit of a hack, but it seems that the best way to support light themes is to not use "black" or "white" from the 16 default colors, but instead use the default FG color (AKA "reset"). This is what we did to support light terminals in onefetch.