# @ant-design/dark-theme

> Dark theme variables for Ant Design

Latest version **2.0.2** (published 2020-05-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ant-design/dark-theme
pnpm add @ant-design/dark-theme
yarn add @ant-design/dark-theme
bun add @ant-design/dark-theme
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.2 |
| Published | 2020-05-21 |
| First published | 2019-05-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 476 |
| Author | afc163 |
| Maintainers | afc163, bang88, chenshuai2144, dahong, gongzhen, heskey, kn9117, tangjinzhou, vagusx, vthinkxie, wendzhue, wilsoncook, ycjcl868, yesmeck, zombiej |

## Links

- npm: https://www.npmjs.com/package/@ant-design/dark-theme
- Repository: https://github.com/ant-design/ant-design-dark-theme
- Issues: https://github.com/ant-design/ant-design-dark-theme/issues
- npm.io page: https://npm.io/package/@ant-design/dark-theme

## Recent versions

- 2.0.2 (latest) — 2020-05-21
- 2.0.1 — 2020-03-01
- 2.0.0 — 2020-03-01
- 2.0.0-beta.1 — 2020-03-01
- 1.0.3 — 2019-09-17
- 1.0.2 — 2019-09-17
- 1.0.1 — 2019-09-17
- 0.2.2 — 2019-06-17
- 0.2.1 — 2019-06-01
- 0.2.0 — 2019-05-28
- 0.1.1 — 2019-05-28
- 0.1.0 — 2019-05-28

## README

<h1 align="center">🌚 Ant Design Dark Theme 🌚</h1>

<div align="center">

[![Travis](https://img.shields.io/travis/ant-design/ant-design-dark-theme/master.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design-dark-theme)
[![npm package](https://img.shields.io/npm/v/@ant-design/dark-theme.svg?style=flat-square)](https://www.npmjs.org/package/@ant-design/dark-theme)
[![NPM downloads](http://img.shields.io/npm/dm/@ant-design/dark-theme.svg?style=flat-square)](http://npmjs.com/@ant-design/dark-theme)

[![Dependencies](https://img.shields.io/david/ant-design/ant-design-dark-theme.svg?style=flat-square)](https://david-dm.org/ant-design/ant-design-dark-theme)
[![DevDependencies](https://img.shields.io/david/dev/ant-design/ant-design-dark-theme.svg?style=flat-square)](https://david-dm.org/ant-design/ant-design-dark-theme?type=dev)

Dark theme [variables](https://github.com/ant-design/ant-design-dark-theme/blob/master/index.ts) of Ant Design.

> Still being experimental, welcome to try out and help us to improve it.

<span>Visit <a href="https://antdtheme.com/dark" target="_blank">https://antdtheme.com/dark</a> to preview.</span>

![](https://gw.alipayobjects.com/zos/antfincdn/wp6GpGo%26ID/f31e18a4-2018-4e12-95c6-998e7ac5b2fa.png)

</div>

## Install

```bash
$ npm install @ant-design/dark-theme
```

## Usage

```js
import darkTheme from '@ant-design/dark-theme';

// webpack.config.js: less-loader
{
  loader: 'less-loader',
  options: {
    modifyVars: darkTheme,
  },
},
```

Use in Ant Design Pro: https://github.com/ant-design/ant-design-pro/pull/2946/

---
_Source: https://npm.io/package/@ant-design/dark-theme · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
