A simple plugin that adds a dark mode toggle to wp-admin with three options: Light, Dark, System. Saves the preference per user, syncs with OS-level setting if “System” is chosen.
What it does:
– Adds a toggle in the wp-admin top bar or user profile
– Applies dark theme to all default wp-admin screens
– Respects system preference (prefers-color-scheme)
– Saves choice per user, persists across sessions
Why this is useful: wp-admin still doesn’t have a native dark mode. Plenty of third-party options exist but most are bloated. A lightweight, focused implementation has a real audience.