Skip to content

Style-Forge.Themes

npm license npm Codacy Badge build

Style-Forge.Themes package is a powerful and flexible tool designed for managing and applying themes to your web applications. It provides a streamlined way to handle theme customization, allowing developers to create, switch, and maintain multiple themes effortlessly.

Installation

shell
npm i style-forge.themes

Usage

After installation, you can import the CSS file into your project or, if you are using Webpack or another module bundler:

css
@import 'style-forge.themes';

Example

There are three standard modes dark / light / auto (system)

auto - this is the system color theme selection

html
  <html data-theme="auto">
html
  <html data-theme="light">
html
  <html data-theme="dark">