# @minvws/manon-themes

This package provides a collection of themes for the
[`@minvws/manon`](https://github.com/minvws/nl-rdo-manon) design system. It is
intended to be used alongside the core `@minvws/manon` package. Please refer to
the [main project](https://github.com/minvws/nl-rdo-manon) for documentation on
how to use the design system and its components.

## Installation

To install this package, run the following command:

```console
npm install @minvws/manon-themes
```

You must also have the dependency, `@minvws/manon`, installed:

```console
npm install @minvws/manon
```

## Usage

To use a theme, import the main SCSS file for the desired theme into your
project's main stylesheet.

### Available Themes

#### iCore Open

The standard theme for iCore Open applications.

```scss
@use "@minvws/manon-themes/icore-open";
```
