-
Notifications
You must be signed in to change notification settings - Fork 74
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
Improve app contrast in dark mode #2721
base: main
Are you sure you want to change the base?
Conversation
Would be nice if you can post a before and after screenshots (in dark mode) for comparison. Thanks! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2721 +/- ##
=======================================
Coverage 88.68% 88.68%
=======================================
Files 108 108
Lines 16214 16214
=======================================
Hits 14379 14379
Misses 1835 1835 ☔ View full report in Codecov by Sentry. |
Thanks for the screenshots but which is before and which is after? |
Before is right (oranger and darker blue), after left (yellower, lighter blue - with increased contrast) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW, does look better. Thanks!
<div :class="active ? 'strike strike-active text--secondary': 'strike text--secondary'"> | ||
<div :class="[ | ||
'strike', | ||
active ? ($vuetify.theme.dark ? 'strike-active-dark' : 'strike-active-light') : '' | ||
]"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this still need text--secondary
or does that not add anything necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, It doesn't add anything I can see. Do you recall why you removed it 🙏 , as I built the styles on top of your last changes to the section header?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
those styles may have been absorbed into strike, so its probably ok to get rid of, I'll double check when reviewing 🤞
a67c6b9
to
58623ca
Compare
Is there anything we can do about plugin marks (Markers, live-previews in any plugin)? |
58623ca
to
6f33aa7
Compare
Description
This pull request is to address the need for improved color contrast in the application's dark mode.
Before:
After:
Fixes #
Change log entry
CHANGES.rst
? If you want to avoid merge conflicts,list the proposed change log here for review and add to
CHANGES.rst
before merge. If no, maintainershould add a
no-changelog-entry-needed
label.Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
trivial
label.