-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
102 lines (102 loc) · 3.06 KB
/
theme.json
File metadata and controls
102 lines (102 loc) · 3.06 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"version": 2,
"settings": {
"color": {
"palette": [
{
"name": "Background",
"slug": "background",
"color": "#282828"
},
{
"name": "Foreground",
"slug": "foreground",
"color": "#ebdbb2"
},
{
"name": "Red",
"slug": "red",
"color": "#cc241d"
},
{
"name": "Green",
"slug": "green",
"color": "#98971a"
},
{
"name": "Yellow",
"slug": "yellow",
"color": "#d79921"
},
{
"name": "Blue",
"slug": "blue",
"color": "#458588"
},
{
"name": "Purple",
"slug": "purple",
"color": "#b16286"
},
{
"name": "Aqua",
"slug": "aqua",
"color": "#689d6a"
},
{
"name": "Orange",
"slug": "orange",
"color": "#d65d0e"
}
],
"custom": false
},
"typography": {
"fontSizes": [
{
"name": "Small",
"slug": "small",
"size": "0.875rem"
},
{
"name": "Normal",
"slug": "normal",
"size": "1rem"
},
{
"name": "Large",
"slug": "large",
"size": "1.25rem"
},
{
"name": "Extra Large",
"slug": "extra-large",
"size": "1.5rem"
}
],
"fontFamilies": [
{
"fontFamily": "'IBM Plex Sans', sans-serif",
"name": "IBM Plex Sans",
"slug": "ibm-plex-sans",
"google": "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;700&display=swap"
},
{
"fontFamily": "'Fira Code', monospace",
"name": "Fira Code",
"slug": "fira-code",
"google": "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap"
}
]
}
},
"styles": {
"color": {
"background": "#282828",
"text": "#ebdbb2"
},
"typography": {
"fontFamily": "'Fira Code', monospace"
}
}
}