=== Dark Mode Toggle Block === Contributors: richtabor Tags: block Tested up to: 6.7 Stable tag: 1.0.5 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html A WordPress block for toggling between between light and dark appearance on your site. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly (if available). 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Add the block from the inserter within the WordPress editor. 4. If necessary, add CSS variables using .theme-dark to assign dark mode colors. [Learn more](https://rich.blog/dark-mode-toggle-block/) == Frequently Asked Questions == = Can the Dark Mode Toggle block be used with my theme? = Yes! You will need to add CSS variables to map existing coor values to a dark style though. [Learn more](https://rich.blog/dark-mode-toggle-block/). = Where can I send feedback or ideas? = Please reach out via the official [plugin support forum](https://wordpress.org/support/plugin/dark-mode-toggle-block). = Where can I find the development files? = You can find the development files for the block on [GitHub](https://github.com/richtabor/dark-mode-toggle-block). == Changelog == = 1.0.5 = * Improve accessibility. * Updated tested up to. = 1.0.4 = * Improve default colors. = 1.0.3 = * Update readme. = 1.0.2 = * Improve block example. = 1.0.1 = * Update prefix. * Improve inline script. * Use apiVersion 3. = 1.0.0 = * Initial release.