=== AddonLogic High Contrast Mode Switch ===
Contributors: snehalpancholi
Tags: accessibility, high contrast, WCAG, toggle, dark mode
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A floating toggle button that applies a fully customisable high-contrast stylesheet, remembered across all pages.

== Description ==

AddonLogic High Contrast Mode Switch adds a floating button to your site that visitors can click to switch to a high-contrast colour scheme. Their preference is saved in `localStorage` so it persists across page loads.

**Features:**

* Fully customisable high-contrast palette (background, text, links, borders, focus outline)
* Configurable button position (bottom-right, bottom-left, top-right, top-left)
* Custom button label, background, and text colours
* Applies CSS class `hcm-active` to `<html>` — style with your own CSS if needed
* Selector exclusion list for elements that should not be overridden (maps, logos, etc.)
* No flash: preference is applied before first paint
* Zero jQuery dependency

== Installation ==

1. Upload the `high-contrast-mode-switch` folder to `/wp-content/plugins/`.
2. Activate via **Plugins → Installed Plugins**.
3. Go to **Settings → High Contrast** to customise colours and position.

== Changelog ==

= 1.0.0 =
* Initial release.
