forked from iLLeniumStudios/illenium-appearance
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.json
33 lines (33 loc) · 953 Bytes
/
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
{
"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
}
]
}