https://github.com/rollecode/simple-dark-mode-for-wp-dashboard
The simplest way to make your WordPress admin dashboard dark
https://github.com/rollecode/simple-dark-mode-for-wp-dashboard
darkmode wordpress wordpress-development wordpress-plugin wordpress-plugins wp-admin wp-admin-darkmode
Last synced: 27 days ago
JSON representation
The simplest way to make your WordPress admin dashboard dark
- Host: GitHub
- URL: https://github.com/rollecode/simple-dark-mode-for-wp-dashboard
- Owner: rollecode
- License: gpl-3.0
- Created: 2021-12-16T21:12:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T16:41:41.000Z (11 months ago)
- Last Synced: 2026-05-02T13:33:32.867Z (28 days ago)
- Topics: darkmode, wordpress, wordpress-development, wordpress-plugin, wordpress-plugins, wp-admin, wp-admin-darkmode
- Language: CSS
- Homepage:
- Size: 1.48 MB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Dark Mode for WP Dashboard
This WordPress plugin enables dark mode to WP-Admin only, for all users. To use, just install and activate.
The theme tries to respect the original WordPress colors as much as possible.

## How this is different from all other Dark Mode plugins
- Fully open source
- No ads or promoting pro versions
- Not trying to affect site front-end, this is only for wp-admin
- No modifying of original WordPress colors, let's keep the brand blue
- Support for Gutenberg editor and blocks
- Support for many plugins
## Supported plugins
- Gutenberg editor
- Yoast SEO
- Advanced Custom Fields and Advanced Custom Field Pro
- Simple History
- Instant Images
- ActivityPub
## Development
1. Fork this repository
2. Run `npm install`
3. Run `gulp`
4. Start editing assets/scss/
5. Commit and send a PR