pytest-dev / pytest-cov

Coverage plugin for pytest.
MIT License
1.72k stars 211 forks source link

Dark mode is unreadable #569

Closed mpicard closed 1 year ago

mpicard commented 1 year ago

Summary

Font colors in dark mode make it impossible to read

zKHDSj1 - Imgur

Expected vs actual result

expect fonts to be a light color, accessible and readable with the dark backgrounds

Reproducer

Use a browser that supports dark mode, eg Brave, and set "Brave colors" or "theme" to Dark and open an index.html generated with pytest-cov

Versions

pytest 7.2.0 pytest-cov 4.0.0 pytest-nunit 1.0.3

Config

only config file is pyproject.toml

[tool.pytest.ini_options]
addopts = "--cov --cov-report term-missing --cov-report html"
mpicard commented 1 year ago

ah sorry duplicate issue on coverage https://github.com/nedbat/coveragepy/issues/1344