generated from designsystemet/design-tokens
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesignsystemet.config.json
More file actions
49 lines (49 loc) · 1.02 KB
/
designsystemet.config.json
File metadata and controls
49 lines (49 loc) · 1.02 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
{
"$schema": "node_modules/@digdir/designsystemet/dist/config.schema.json",
"outDir": "./",
"themes": {
"portal": {
"colors": {
"main": {
"accent": "#793C8A"
},
"support": {
"brand1": "#28358B",
"brand2": "#4E9C9A",
"brand3": "#b25c5c"
},
"neutral": "#4E4E4E"
},
"typography": {
"fontFamily": "Roboto",
"secondaryFontFamily": "Poppins"
},
"borderRadius": 8,
"overrides": {
"severity": {
"info": "#0062BA",
"success": "#118849",
"warning": "#F39C12",
"danger": "#E02E49"
}
}
},
"admin": {
"colors": {
"main": {
"accent": "#336278"
},
"support": {
"brand1": "#506a7f",
"brand2": "#6b8c94",
"brand3": "#b25c5c"
},
"neutral": "#4d4d4d"
},
"typography": {
"fontFamily": "IBM Plex Sans"
},
"borderRadius": 4
}
}
}