-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Readability issues #3
Labels
enhancement
New feature or request
Comments
Agreed. Breakpoints should probably use Here are the properties that would require changing: qproperty-line-bg-bpt-enabled: ${color-teal}; /* switch to color-red and add transparency */
/* i am unsure what these properties would look like, maybe add transparency to them as well? */
qproperty-line-bg-bpt-disabled: ${color-text};
qproperty-line-bg-bpt-unavailable: ${color-overlay0}; The variable highlight is causing readability issues because it's actually layering it's transparency with the current-line highlight. Would probably be better to switch to using a different color entirely for variable highlights. I'll put a PR together for this. |
naldrv
referenced
this issue
May 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there,
theme looks very cozy but there's at least two spots that are pretty bad contrast wise currently.
Lines with active breakpoints are completely unreadable on all 4 color variants:
Clicking on a highlighted line/variable in the structure view is not completely unreadable, but still bad contrast wise I think:
Otherwise, everything else looks great over here. :)
The text was updated successfully, but these errors were encountered: