forked from iLLeniumStudios/illenium-appearance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
47 lines (47 loc) · 1.38 KB
/
theme.json
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
{
"currentTheme": "qb-core",
"themes": [
{
"id": "default",
"borderRadius": "4px",
"fontColor": "255, 255, 255",
"fontColorHover": "255, 255, 255",
"fontColorSelected": "0, 0, 0",
"fontFamily": "Inter",
"primaryBackground": "0, 0, 0",
"primaryBackgroundSelected": "255, 255, 255",
"secondaryBackground": "0, 0, 0",
"scaleOnHover": false,
"sectionFontWeight": "normal",
"smoothBackgroundTransition": false
},
{
"id": "qb-core",
"borderRadius": "3vh",
"fontColor": "255, 255, 255",
"fontColorHover": "255, 255, 255",
"fontColorSelected": "255, 255, 255",
"fontFamily": "Poppins",
"primaryBackground": "220, 20, 60",
"primaryBackgroundSelected": "220, 20, 60",
"secondaryBackground": "23, 23, 23",
"scaleOnHover": true,
"sectionFontWeight": "bold",
"smoothBackgroundTransition": true
},
{
"id": "project-sloth",
"borderRadius": "6vh",
"fontColor": "255, 255, 255",
"fontColorHover": "255, 255, 255",
"fontColorSelected": "255, 255, 255",
"fontFamily": "Inter",
"primaryBackground": "2, 241, 181",
"primaryBackgroundSelected": "2, 241, 181",
"secondaryBackground": "27, 24, 69",
"scaleOnHover": true,
"sectionFontWeight": "bold",
"smoothBackgroundTransition": false
}
]
}