## Work In Progress Plugins The following plugins are currently under development: ### BlendMode - **Status**: Planned - **Description**: Applies `mix-blend-mode: difference` for automatic theme styling - **Purpose**: Uses CSS blend mode to automatically invert colors based on background ### ViewTransition - **Status**: Planned - **Description**: A wrapper around the View Transition API for theme animations - **Purpose**: Provides smooth animation when toggling themes > [!NOTE] > - Plugins should follow existing plugin architecture in `src/types/index.d.ts` > - Each plugin must implement the `DarkifyPlugin` interface > - Plugins should be optional and opt-in via `usePlugins` option
Work In Progress Plugins
The following plugins are currently under development:
BlendMode
mix-blend-mode: differencefor automatic theme stylingViewTransition
Note
src/types/index.d.tsDarkifyPlugininterfaceusePluginsoption