Improve app contrast in dark mode#2721
Improve app contrast in dark mode#2721haticekaratay wants to merge 9 commits intospacetelescope:mainfrom
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) |
pllim
left a comment
There was a problem hiding this comment.
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.
does this still need text--secondary or does that not add anything necessary?
There was a problem hiding this comment.
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.
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
|
This was approved but there are conflicts now. Is this PR still relevant? |



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.rstbefore merge. If no, maintainershould add a
no-changelog-entry-neededlabel.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.
triviallabel.