-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy paththeme.json
More file actions
73 lines (73 loc) · 1.72 KB
/
theme.json
File metadata and controls
73 lines (73 loc) · 1.72 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
{
"$schema": "./theme.schema.json",
"light": {
"token": {
"fontFamily": "'Ubuntu', Roboto, sans-serif",
"colorPrimary": "#FF7A00",
"colorLink": "#FF7A00",
"colorText": "#141414",
"colorInfo": "#028DF2",
"colorError": "#FF4D4F",
"colorSuccess": "#00BD9B",
"colorFillSecondary": "#D9D9D9",
"screenXLMax": 1919,
"screenXXLMin": 1920,
"screenXXL": 1920
},
"components": {
"Tag": {
"borderRadiusSM": 1
},
"Layout": {
"lightSiderBg": "#FFF",
"siderBg": "#141414",
"headerBg": "#FF9729"
},
"Divider": {
"colorSplit": "#D9D9D9"
}
}
},
"dark": {
"token": {
"fontFamily": "'Ubuntu', Roboto, sans-serif",
"colorPrimary": "#DC6B03",
"colorLink": "#DC6B03",
"colorText": "#FFF",
"colorInfo": "#009BDD",
"colorError": "#DC4446",
"colorSuccess": "#03A487",
"colorFillSecondary": "#262626",
"screenXLMax": 1919,
"screenXXLMin": 1920,
"screenXXL": 1920
},
"components": {
"Tag": {
"borderRadiusSM": 1
},
"Layout": {
"lightSiderBg": "#FFF",
"siderBg": "#141414",
"headerBg": "#E88A28"
}
}
},
"logo": {
"src": "/manifest/backend.ai-webui-white.svg",
"srcCollapsed": "/manifest/backend.ai-brand-simple-white.svg",
"srcDark": "/manifest/backend.ai-webui-black.svg",
"srcCollapsedDark": "/manifest/backend.ai-brand-simple-black.svg",
"alt": "Backend.AI Logo",
"href": "/start",
"sizeCollapsed": {
"width": 34,
"height": 34
}
},
"sider": {},
"branding": {
"companyName": "Lablup Inc.",
"brandName": "Backend.AI"
}
}