-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
64 lines (64 loc) · 1.6 KB
/
theme.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"common": {
"borderColor": "#dcdfe6",
"dividerColor": "#ebeef5",
"primaryColor": "#409eff",
"primaryColorHover": "#66b1ff",
"primaryColorPressed": "#3a8ee6",
"placeholderColor": "#c0c4cb",
"heightSmall": "24px",
"heightTiny": "24px",
"borderRadius": "4px",
"borderRadiusSmall": "4px",
"infoColor": "#909399",
"infoColorHover": "#a6a9ad",
"infoColorPressed": "#82848a",
"successColor": "#67c23a",
"successColorHover": "#85ce61",
"successColorPressed": "#5daf34",
"warningColor": "#e6a23c",
"warningColorHover": "#ebb563",
"warningColorPressed": "#cf9236",
"errorColor": "#f56c6c",
"errorColorHover": "#f78989",
"errorColorPressed": "#dd6161",
"textColor2": "rgba(96, 98, 102, 1)",
"textColor1": "rgba(48, 49, 51, 1)",
"tableHeaderColor": "transparent",
"fontWeightStrong": "500",
"heightMedium": "32px"
},
"Input": {
"paddingLeftMedium": "16px",
"paddingRightMedium": "16px"
},
"Button": {
"paddingMedium": "0 16px",
"paddingLarge": "0 20px",
"paddingSmall": "0 12px"
},
"Progress": {
"railHeight": "6px"
},
"Checkbox": {
"textColor": "#606266"
},
"Alert": {
"border": "none",
"borderInfo": "none",
"borderSuccess": "none",
"borderWarning": "none",
"borderError": "none"
},
"Anchor": {
"linkFontSize": "12px",
"linkColor": "transparent",
"railColorActive": "#409effFF",
"linkPadding": "0 0 0 10px",
"railWidth": "4px",
"railColor": "rgba(219, 219, 223, 0)"
},
"DataTable": {
"thTextColor": "rgba(144, 147, 153, 1)"
}
}