The simplest way to make your WordPress admin dashboard dark
Find a file
2025-07-17 19:41:26 +03:00
assets Fix: Block styles not currently covered, Fixes #1 2025-02-21 21:30:07 +02:00
gulp Fixes for Gutenberg and wp-admin styles 2025-02-21 21:10:56 +02:00
.editorconfig Release 1.0.0 2021-12-16 23:12:31 +02:00
.gitignore Release 1.0.0 2021-12-16 23:12:31 +02:00
.stylelintignore Fixes for Gutenberg and wp-admin styles 2025-02-21 21:10:56 +02:00
.stylelintrc Fixes for Gutenberg and wp-admin styles 2025-02-21 21:10:56 +02:00
CHANGELOG.md Fix: Block styles not currently covered, Fixes #1 2025-02-21 21:30:07 +02:00
composer.json Release 1.0.8, ActivityPub support, fix load order, add composer.json 2025-02-21 20:42:08 +02:00
gulpfile.js Fixes for Gutenberg and wp-admin styles 2025-02-21 21:10:56 +02:00
LICENSE Release 1.0.0 2021-12-16 23:12:31 +02:00
package-lock.json Fix: Block styles not currently covered, Fixes #1 2025-02-21 21:30:07 +02:00
package.json Fix: Block styles not currently covered, Fixes #1 2025-02-21 21:30:07 +02:00
phpcs.xml Release 1.0.8, ActivityPub support, fix load order, add composer.json 2025-02-21 20:42:08 +02:00
README.md Release 1.0.8, ActivityPub support, fix load order, add composer.json 2025-02-21 20:42:08 +02:00
readme.txt Fix merge conflict, open changelog 2023-02-25 14:56:10 +02:00
simple-dark-dark-mode-for-wp-dashboard.php Quick fix for a PHP warning, filemtime fails because it has an URL instead of path 2025-07-17 19:41:26 +03:00

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