-
Notifications
You must be signed in to change notification settings - Fork 730
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
The style of active and non active items in table and list views is the same #209
Comments
@dpizetta with the upcoming release of spyder 4 it would be great to have a new release of QDark, any thoughts? |
@goanpeca sorry for the late response. About the release, yes, we can schedule it for the end of this month, what you think? |
Yes, that would be great! |
I'll be working on qdark at night for those two weeks :) |
Sorry again about it, working on this :) Tks |
@jnsebgosselin in your image from using qdark the list/tree border do not light up when selected/hover? See my example below. Tks |
Yes the list/tree border does highlight on mouse hover. |
I want to change some things on those views, but they are not so easy to implement (actually, to understand and insert the right thing in the right place), so I will change this to the next version. |
May @isabela-pf has a good idea of what color to use here. @juanis2112 @ccordoba12 thoughts? Currently, it is like this: Maybe we can keep the same as the hovering one. For comparison, an example of VSCode too. |
Description
There is actually no distinction in the style of active and not active items in table and list views. Below is an example for the project plugin and keyboard shortcuts preference dialog in Spyder using the darkstyle and windows vista style.
I think this would be a good idea to define a separate style for the not active items of table and list views.
The text was updated successfully, but these errors were encountered: