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. |
|
Thank you, the content seems good. Could you please just check the format that's causing an error in CI? |
|
I updated it accordingly. |
|
Thank you for your contribution! (The content of the changes was updated, so I just modified the pull request title.) |
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