# @nvidia-elements/themes

Themes for the Elements design system, providing comprehensive color palettes, typography, and spacing.

- [Documentation](https://NVIDIA.github.io/elements/docs/foundations/themes/)
- [Changelog](https://NVIDIA.github.io/elements/docs/changelog/)
- [GitHub Repo](https://github.com/NVIDIA/elements)
- [npm](https://www.npmjs.com/package/@nvidia-elements/themes)

## Getting Started

```bash
npm install @nvidia-elements/themes
```

## Usage

```css
/* import the theme CSS into your project */
@import '@nvidia-elements/themes/index.css';
```

| Theme                            | Description          |
| -------------------------------- | -------------------- |
| `@nvidia-elements/themes/index.css`          | Default theme        |
| `@nvidia-elements/themes/high-contrast.css`  | High contrast theme  |
| `@nvidia-elements/themes/reduced-motion.css` | Reduced motion theme |
| `@nvidia-elements/themes/compact.css`        | Compact theme        |
| `@nvidia-elements/themes/dark.css`           | Dark theme           |
