mirror of
https://github.com/ronilaukkarinen/simple-dark-mode-for-wp-dashboard.git
synced 2025-08-17 21:11:25 +08:00
The simplest way to make your WordPress admin dashboard dark
assets | ||
gulp | ||
.editorconfig | ||
.gitignore | ||
.stylelintignore | ||
.stylelintrc | ||
CHANGELOG.md | ||
composer.json | ||
gulpfile.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
phpcs.xml | ||
README.md | ||
readme.txt | ||
simple-dark-dark-mode-for-wp-dashboard.php |
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
- Fork this repository
- Run
npm install
- Run
gulp
- Start editing assets/scss/
- Commit and send a PR