-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style being ignored #640
Comments
For files, LS_COLORS and the style defined in xplr config.node_types will override ui style. |
I haven't changed anything in the |
Right... If you can post a screenshot marking the regions with issue, would be great for debugging. |
- xplr.config.general.selection.item.style - xplr.config.general.table.row.style - xplr.config.general.table.row.cols[*].style - xplr.config.general.table.header.cols[*].style Ref: #640
Pushed some fixes to d01b6f0, though, I'm not sure if this will fix everything. Since the priority for these styles are lower than per file specific style ($LS_COLORS and node_types). |
Try these changes with
|
Pushed another fix: f440b56 |
Everything works with latest commit, except the Also, this is probably intentional, but could the tree chars be rendered as a separate column? currently it disappears when |
Actually, a separate column won't probably work, since it'd be too far in a wide screen. |
BTW, we're going to port the default Lua functions to the Rust side as built-in defaults for performance. So, let's wait for the new implementation. |
Sounds great. Thanks for the quick responses. |
Closing this wrt #641 |
- xplr.config.general.selection.item.style - xplr.config.general.table.row.style - xplr.config.general.table.row.cols[*].style - xplr.config.general.table.header.cols[*].style Ref: #640
- xplr.config.general.selection.item.style - xplr.config.general.table.row.style - xplr.config.general.table.row.cols[*].style - xplr.config.general.table.header.cols[*].style Ref: #640
I tried to customize the colors to match my NvimTree looks, but it seems that some options ignore their style setting.
try:
The text was updated successfully, but these errors were encountered: