forked from higress-group/himarket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaliyunThemeToken.ts
More file actions
76 lines (75 loc) · 2.5 KB
/
aliyunThemeToken.ts
File metadata and controls
76 lines (75 loc) · 2.5 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
export const colors = {
"colorPrimary": "#6366F1",
"colorPrimaryBg": "#EEF2FF",
"colorPrimaryBgHover": "#E0E7FF",
"colorPrimarySecondary": "#C7D2FE",
"colorPrimaryHoverLight": "#EFF4FF",
"colorTextSecondaryCustom": "#A3A3A3",
"colorPrimaryBorderHover": "#A5B4FC",
"subTitle": "#737373",
"mainTitle": "#404040"
}
export default {
...colors,
"colorPrimaryBorder": "#C7D2FE",
"colorPrimaryHover": "#818CF8",
"colorPrimaryActive": "#4F46E5",
"colorPrimaryTextHover": "#818CF8",
"colorPrimaryText": "#6366F1",
"colorPrimaryTextActive": "#4F46E5",
"fontSize": 12,
"borderRadius": 8,
"fontSizeSM": 12,
"lineHeight": 1.5,
"lineHeightSM": 1.5,
"wireframe": true,
"colorInfo": "#0064c8",
"colorBgBase": "#ffffff",
"colorText": "rgba(0, 0, 0, 0.90)",
"colorTextSecondary": "rgba(0, 0, 0, 0.80)",
"colorTextTertiary": "rgba(0, 0, 0, 0.50)",
"colorTextQuaternary": "rgba(0, 0, 0, 0.20)",
"colorBorder": "#d9d9d9",
"colorBorderSecondary": "#E5E5E5",
"colorFillQuaternary": "#F7F7F7",
"colorFillTertiary": "#F7F7F7",
"colorFillSecondary": "#E5E5E5",
"colorFill": "#E5E5E5",
"colorBgLayout": "#F7F7F7",
"colorBgSpotlight": "ffffff",
"colorSuccess": "#23b066",
"colorSuccessBg": "#EBFFF6",
"colorSuccessBgHover": "#D1F4E1",
"colorSuccessBorder": "#90DEB5",
"colorSuccessActive": "#159953",
"colorSuccessTextHover": "#159953",
"colorSuccessTextActive": "#159953",
"colorSuccessText": "#23B066",
"colorWarning": "#f98e1a",
"colorWarningBorder": "#FFCD96",
"colorWarningActive": "#CF7412",
"colorWarningTextActive": "#CF7412",
"colorWarningBorderHover": "#F7A854",
"colorWarningHover": "#F7A854",
"colorError": "#e84738",
"colorErrorBg": "#FFECEB",
"colorErrorBgHover": "#FCCECA",
"colorErrorBorder": "#F7AAA3",
"colorErrorTextActive": "#C43123",
"colorErrorActive": "#C43123",
"colorErrorTextHover": "#ED675A",
"colorErrorHover": "#ED675A",
"colorInfoActive": "#0057AD",
"colorInfoBg": "#F0F7FF",
"colorInfoBorder": "#90C0EF",
"colorInfoTextActive": "#0057AD",
"colorInfoHover": "#2A7DD1",
"colorInfoBorderHover": "#2A7DD1",
"colorInfoTextHover": "#2A7DD1",
"fontSizeHeading2": 24,
"fontSizeHeading3": 20,
"fontSizeHeading4": 16,
"marginXXS": 4,
"boxShadow": " 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) ",
"boxShadowSecondary": " 0 3px 8px 0 rgba(0, 0, 0, 0.18), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) "
}