openwisp / openwisp-utils

Python and Django utilities shared between different openwisp modules
https://openwisp.io/docs/dev/utils/
BSD 3-Clause "New" or "Revised" License
74 stars 72 forks source link

[feature] Add support for dark theme #417

Open pandafy opened 1 week ago

pandafy commented 1 week ago

Implement dark theme support in OpenWISP with a toggle option to switch between light and dark modes. By default, the theme should follow the system’s appearance settings but allow users to override it manually if desired.

The dark theme implementation can be inspired by the OpenWISP documentation site, which currently supports dark mode.