Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.
/ ant-dark-theme Public archive

Dark Theme variables for Ant Design

License

Notifications You must be signed in to change notification settings

Kuechlin/ant-dark-theme

Repository files navigation

Ant Design Dark Theme

Dark theme variables of Ant Design

Usage

Less

Copy dark.less and import it instead of antd.css

import 'dark.less';

CSS

Copy dark.min.css and import it instead of antd.css

import 'dark.min.css';

UMI

Import dark.js in .umirc.ts

"theme": "./dark.js"

Dark Scrollbar

Dark Scrollbar is only available in WebKit-based browsers. (Chrome, Opera, Safari)

Usage

Less

Copy chrome.scrollbar.less and import it

import 'chrome.scrollbar.less';

CSS

Copy chrome.scrollbar.css and import it

import 'chrome.scrollbar.css';

About

Dark Theme variables for Ant Design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published