DigitalSlideArchive / HistomicsUI

A Girder plugin for pathology image annotations and analysis.
Apache License 2.0
57 stars 20 forks source link

Improve dark mode #345

Open manthey opened 1 year ago

manthey commented 1 year ago

PR #344 added the ability to be in dark mode. This is done by color inversion and shifting for most of the UI with a few exceptions to avoid changing annotation and image colors. It could be done better with more appropriate css styles; the full method would be to upgrade the version of Bootstrap we use for styling, but there are probably other improvements.

If we have enough users think dark mode looks "good enough", we could expose a more obvious mode toggle somewhere rather than just have it configurable.