main
json 108 lines 2.82 KB
Raw
1 {
2 "borderRadius": {
3 "default": "8px",
4 "small": "4px"
5 },
6 "lineHeight": {
7 "default": "1.25"
8 },
9 "fontSize": {
10 "default": "16px",
11 "cardTitle": "18px"
12 },
13 "fontWeight": {
14 "default": "400",
15 "strong": "600",
16 "cardTitle": "600"
17 },
18 "fontFamily": {
19 "default": "'Public Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
20 "display": "'Lexend', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
21 "mono": "'JetBrains Mono', SFMono-Regular, Menlo, Consolas, Courier, monospace"
22 },
23 "typography": {
24 "h1": {
25 "fontFamily": "{fontFamily.display}",
26 "fontSize": "30px",
27 "fontWeight": "700",
28 "lineHeight": "38"
29 },
30 "h2": {
31 "fontFamily": "{fontFamily.display}",
32 "fontSize": "26px",
33 "fontWeight": "700",
34 "lineHeight": "33"
35 },
36 "h3": {
37 "fontFamily": "{fontFamily.display}",
38 "fontSize": "22px",
39 "fontWeight": "700",
40 "lineHeight": "28"
41 },
42 "h4": {
43 "fontFamily": "{fontFamily.display}",
44 "fontSize": "18px",
45 "fontWeight": "500",
46 "lineHeight": "23"
47 },
48 "h5": {
49 "fontFamily": "{fontFamily.display}",
50 "fontSize": "14px",
51 "fontWeight": "700",
52 "lineHeight": "18"
53 },
54 "h6": {
55 "fontFamily": "{fontFamily.default}",
56 "fontSize": "12px",
57 "fontWeight": "500",
58 "lineHeight": "15"
59 },
60 "p": {
61 "fontFamily": "{fontFamily.default}",
62 "fontSize": "{fontSize.default}",
63 "lineHeight": "20"
64 }
65 },
66 "colors": {
67 "light": {
68 "sidebarBackground": "rgb(255, 255, 255)",
69 "bodyBackground": "rgb(245, 247, 249)",
70 "background": "rgb(255, 255, 255)",
71 "backgroundSecondary": "rgb(250, 251, 252)",
72 "text": "rgb(0, 0, 0)",
73 "textSecondary": "rgb(73, 84, 101)",
74 "textTertiary": "rgb(114, 115, 115)",
75 "border": "rgb(226, 230, 233)",
76 "hover": "rgba(221, 224, 225, 0.5)",
77 "primary": "rgb(219, 157, 0)",
78 "info": "rgb(98, 103, 255)",
79 "success": "rgb(0, 178, 123)",
80 "warning": "rgb(227, 194, 47)",
81 "error": "rgb(255, 1, 86)",
82 "extra1": "rgb(98, 103, 255)",
83 "extra2": "rgb(255, 97, 201)",
84 "extra3": "rgb(227, 194, 47)",
85 "extra4": "rgb(255, 1, 86)"
86 },
87 "dark": {
88 "sidebarBackground": "rgb(29, 31, 37)",
89 "bodyBackground": "rgb(20, 22, 26)",
90 "background": "rgb(38, 40, 45)",
91 "backgroundSecondary": "rgb(29, 31, 37)",
92 "text": "rgb(255, 255, 255)",
93 "textSecondary": "rgb(172, 181, 190)",
94 "textTertiary": "rgb(116, 126, 136)",
95 "border": "rgb(67, 68, 76)",
96 "hover": "rgba(59, 61, 68, 0.5)",
97 "primary": "rgb(255, 182, 0)",
98 "info": "rgb(98, 103, 255)",
99 "success": "rgb(0, 225, 155)",
100 "warning": "rgb(227, 194, 47)",
101 "error": "rgb(255, 1, 86)",
102 "extra1": "rgb(98, 103, 255)",
103 "extra2": "rgb(255, 97, 201)",
104 "extra3": "rgb(227, 194, 47)",
105 "extra4": "rgb(255, 1, 86)"
106 }
107 }
108 }