# Customizable Dark Mode Toggle

A WordPress plugin that adds a customizable dark mode toggle for site visitors. Improve accessibility and user experience with a simple toggle button, user preference saving, and custom color schemes.

## Features
- Toggle dark mode on the frontend
- Save user preference (localStorage)
- Customizable dark and button colors
- Custom CSS for dark mode
- Accessible toggle button

## Installation
1. Upload the plugin files to the `/wp-content/plugins/customizable-dark-mode-toggle` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Configure settings via Settings > Dark Mode Toggle.

## Development
- All plugin code is in standard WordPress structure.
- Settings are available in the WordPress admin under Settings > Dark Mode Toggle.
- Frontend assets are in the `assets/` directory.
- Translations can be added in the `languages/` directory.

## License
GPL v2 or later 