django-admin-tools / django-admin-tools

Extends the Django Admin to include a extensible dashboard and navigation menu
MIT License
865 stars 115 forks source link

Add default theming support for Django's new dark mode #122

Closed murraylchapman closed 2 years ago

murraylchapman commented 2 years ago

Django 3.2 introduced a dark theme that respects prefers-color-scheme media queries.

When enabled via OS or browser, Django looks nice in dark mode except for admin tools menus, etc. It would be great if the default admin-tools theme had dark mode support.

murraylchapman commented 2 years ago

Just saw this as a dupe of issue #118