-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu_theme.json
More file actions
51 lines (51 loc) · 1.27 KB
/
menu_theme.json
File metadata and controls
51 lines (51 loc) · 1.27 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
{
"defaults": {
"colours": {
"normal_text": "#ffffff"
}
},
"button": {
"colours": {
"normal_bg": "#3465a4",
"hovered_bg": "#2f5b94"
},
"font": {
"name": "montserrat",
"size": "22",
"bold": "1",
"italic": "0",
"regular_resource": {
"package": "assets.fonts",
"resource": "Montserrat-Regular.ttf"
},
"bold_resource": {
"package": "assets.fonts",
"resource": "Montserrat-Bold.ttf"
},
"italic_resource": {
"package": "assets.fonts",
"resource": "Montserrat-Italic.ttf"
},
"bold_italic_resource": {
"package": "assets.fonts",
"resource": "Montserrat-BoldItalic.ttf"
}
},
"misc": {
"shape": "rounded_rectangle",
"shape_corner_radius": "10"
}
},
"#red": {
"colours": {
"normal_bg": "#e43d40",
"hovered_bg": "#e23034"
}
},
"#quotes": {
"colours": {
"normal_bg": "#3465a4",
"hovered_bg": "#2f5b94"
}
}
}