=== Dark Mode for WordPress === Contributors: optimocha, barisunver Tags: dark mode, wordpress dark mode, dark theme Requires at least: 2.1 Tested up to: 5.2.2 Stable tag: 1.0.0 Requires PHP: 5.6 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Adds a "dark mode" button to your theme, using "mix-blend-mode" to darken your styles. Useful for many websites and many eyeballs. == Description == Adds a "dark mode" button to your theme, using `mix-blend-mode` to darken your styles. Useful for many websites and many eyeballs. This plugin is developed using [DarkMode.js](https://github.com/sandoche/Darkmode.js) by [Sandoche Adittane](https://www.sandoche.com). If you like the plugin, be sure to [donate him](https://darkmodejs.learn.uno/#%F0%9F%8D%BA-buy-me-a-beer)! (PS: We're not affiliated with Sandoche in any way.) = How to Use = Activating the plugin will activate the button. If you want to exclude some buttons or your logo or stuff like that, you can use the following CSS code (add it into your Customizer's Add CSS section): .button { isolation: isolate; } With the CSS code avove, the `button` class is ignored by the dark mode. Also, you can add the `darkmode-ignore` class to anything in order to achieve the same thing, but using custom CSS is more managable. = Todo List = * Add a settings page for some cool settings == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress. 1. There are no settings page (for now). Enjoy! == Frequently Asked Questions == = Is this a dark theme? = Nope. It just adds a dark mode to your theme. = This button doesn't work on old browsers, why? = It uses a modern CSS feature called "mix-blend-mode", and doesn't work on Interneet Explorer, Edge (pre-Chromium versions) and Opera Mini. [Check out caniuse.com](https://caniuse.com/#feat=css-mixblendmode) for how well this feature is covered in different browsers. == Changelog == = 1.0.0 = * Initial release.