-
Notifications
You must be signed in to change notification settings - Fork 23
/
antd.customize.less
42 lines (37 loc) · 1.03 KB
/
antd.customize.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// @import '~antd/lib/style/color/colorPalette.less';
// @import '~antd/dist/antd.less';
// @import '~antd/lib/style/themes/dark.less';
@primary-color: #222;
@primary-1: #ddd;
@processing-color: #999;
@link-color: #222;
@border-radius-base: 2px;
@border-radius-sm: 1px;
// @info-color: @blue-6;
@success-color: #47d198;
// @error-color: @red-6;
// @highlight-color: @red-6;
// @warning-color: @gold-6;
// @normal-color: #d9d9d9;
// @white: #fff;
// @black: #000;
// .theme--dark {
// @white: #000;
// @black: #fff;
// @primary-1: rgb(173, 170, 170);
// @component-background: #222;
// @body-background: #222;
// @popover-background: #222;
// @primary-color: #d1ad0d;
// }
// @primary-color: #00adb5;
// @border-radius-base: 4px;
// @component-background: #303030;
// @body-background: #303030;
// @popover-background: #303030;
// @border-color-base: #6f6c6c;
// @border-color-split: #424242;
// @table-header-sort-active-bg: #424242;
// @card-skeleton-bg: #424242;
// @skeleton-color: #424242;
// @table-header-sort-active-bg: #424242;