Add configurable list selection styling#96
Add configurable list selection styling#96daewon wants to merge 5 commits intolusingander:masterfrom
Conversation
- centralize list selection style resolution in ColorTheme - reuse UiThemeConfig for directory item styling - align list rendering tests with active/inactive selection behavior Validated with cargo fmt --all -- --check, cargo test -q, and cargo clippy --all-targets --all-features -- -D warnings on stable.
|
Thank you for your pull request.
If you're interested in making the changes, I'd be happy if you could consider it. |
|
@lusingander Thank you for the feedback. I really enjoy using STU, and I think it is a wonderful applicatiton with a great TUI design. I’ll try implementing it in the direction you suggested and update the PR. |
|
@lusingander I updated the implementation in the direction you suggested.
I also simplified the structure a bit so the theme is now read directly from the config as the single source of truth. If there are still points that should be revised, please feel free to let me know. |
Closes #95.
Summary
[ui.theme]settings for selected row colorsobject_dir_boldValidation
cargo fmt --all -- --checkcargo test -qcargo clippy --all-targets --all-features -- -D warnings