Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Kuechlin/ant-dark-theme

Dark Theme variables for Ant Design
https://github.com/Kuechlin/ant-dark-theme

Last synced: 24 days ago
JSON representation

Dark Theme variables for Ant Design

Awesome Lists containing this project

README

        

# Ant Design Dark Theme

Dark theme [variables](https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less) of Ant Design

![](https://raw.githubusercontent.com/Kuechlin/ant-dark-theme/master/AntDarkTheme.PNG)

## 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';