WP Manifestindependent plugin directory
manifest / admin / simple-dark-mode-for-wp-dashboard

Simple Dark Mode for WP Dashboard

The simplest way to make your WordPress admin dashboard dark

by Roni Laukkarinen · github.com/ronilaukkarinen/simple-dark-mode-for-wp-dashboard · website

22stars
6forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ronilaukkarinen/simple-dark-mode-for-wp-dashboard/archive/refs/heads/master.zip

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

Read the full README on GitHub →