-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
170 lines (170 loc) · 6.09 KB
/
test.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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"base": {
"name": "MOF1",
"logo": "https://cdn.discordapp.com/attachments/612260361806282793/885906623271419974/mof1.png",
"cover": "https://cdn.discordapp.com/attachments/612260361806282793/885907172846891058/Screenshot_1231.png",
"description": "Krunker CSS is created to give players a different kind of experience in terms of Ui. Ui is pretty much clean. CSS is completely open-source anyone can use codes as they want (At least give some credit). Menu Ui is very much inspired by CSGO. To use the CSS you have to paste all of the files into KrunkerResourceSwapper.",
"repo": "https://github.com/MOF1/krunker_css",
"site": "https://MOF1.github.io",
"credits": [
{
"name": "Team MOF1",
"contacts": [
{
"type": "Github",
"link": "https://github.com/MOF1"
}
]
}
]
},
"main": {
"target_type": "zip",
"target_url": "https://raw.githubusercontent.com/MOF1/krunker_css_raw/main/MOF1_CSS.zip",
"target_file": "css/configs.css"
},
"configs": [
{
"title": "Splash Logo",
"type": "imageURL",
"var": "--splash-logo",
"default": "",
"description": "This logo will show in krunker loading page & other places like ingame ui health section as well.",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885880129174249482/unknown.png"
},
{
"title": "Sidebar Logo",
"type": "imageURL",
"var": "--sidebar-logo",
"default": "",
"description": "This logo will show in krunker main menu sidebar.",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885883451289530368/unknown.png"
},
{
"title": "Profile Picture",
"type": "imageURL",
"var": "--profile-pic",
"default": "",
"raw_value_on_empty": "",
"raw_value_on_fill": "--profile-pic-op: 0;\n--profile-pic-sp: \"\";",
"description": "This image will work as premium profile pic for non premium user.",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885883451289530368/unknown.png"
},
{
"title": "Blur",
"type": "select",
"var": "--blur-radius1",
"default": "On",
"description": "Blur effects are available on sidebar & streambar",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885879817990447174/unknown.png",
"options": [
{
"name": "On",
"value": "20px",
"raw_value": "--blur-radius2: 5px;"
},
{
"name": "Off",
"value": "0px",
"raw_value": "--blur-radius2: 0px;"
}
]
},
{
"title": "SideBar icon Color on Hover",
"type": "color",
"var": "--sidebarIconColorOnHover",
"default": "#ffffff",
"description": "This color only applied on sidebar button on hover (Except Top sidebar logo & exit button)",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885887300502966322/unknown.png"
},
{
"title": "SideBar icon Background Color on Hover",
"type": "color",
"var": "--sidebarIconBgOnHover",
"default": "#ffffff12",
"description": "This color only applied on sidebar button on hover (Except Top sidebar logo & exit button)",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885887300502966322/unknown.png"
},
{
"title": "Accent Color",
"type": "color",
"var": "--accentColor",
"default": "#39ffd4",
"description": "Accent color used in all places in the css.",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885815070087577650/unknown.png"
},
{
"title": "Sub Accent Color",
"type": "color",
"var": "--accentColorST",
"default": "#39ffd469",
"description": "Use same color of accent color with diff alpha value for better result",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885815894893293588/unknown.png"
},
{
"title": "Gradient 1",
"type": "color",
"var": "--gradientColor4",
"default": "#84a1ff",
"description": "Mostly used in XP Bars",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885814731422703626/unknown.png"
},
{
"title": "Gradient 2",
"type": "color",
"var": "--gradientColor3",
"default": "#39ffd4",
"description": "Mostly used in XP Bars",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885814822367809536/unknown.png"
},
{
"title": "Purple",
"type": "color",
"var": "--purple",
"default": "#987bff",
"description": "",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885816519395790878/unknown.png"
},
{
"title": "Purple Dark",
"type": "color",
"var": "--purple-dark",
"default": "#592bff",
"description": "",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885816322062184469/unknown.png"
},
{
"title": "Red",
"type": "color",
"var": "--orange",
"default": "#ff9ea2",
"description": "",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885816171889303582/unknown.png"
},
{
"title": "Red Dark",
"type": "color",
"var": "--orange-dark",
"default": "#ff3943",
"description": "",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885816080080175124/unknown.png"
},
{
"title": "Yellow",
"type": "color",
"var": "--yellow",
"default": "#ffeb3b",
"description": "",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885816853459517440/unknown.png"
},
{
"title": "Yellow Dark",
"type": "color",
"var": "--yellow-dark",
"default": "#9b8b00",
"description": "",
"hint_image": "https://cdn.discordapp.com/attachments/612260361806282793/885816697674666014/unknown.png"
}
]
}