-
Notifications
You must be signed in to change notification settings - Fork 7
/
roblox-studio-icon-theme.json
78 lines (78 loc) · 2.07 KB
/
roblox-studio-icon-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
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
{
"iconDefinitions": {
"_file": {
"iconPath": "icons/legacy/file.png",
},
"_folder": {
"iconPath": "icons/legacy/folder.png"
},
"_script": {
"iconPath": "icons/legacy/script.png"
},
"_localscript": {
"iconPath": "icons/legacy/localscript.png"
},
"_modulescript": {
"iconPath": "icons/legacy/modulescript.png"
},
"_roblox": {
"iconPath": "icons/legacy/rbxl.png"
},
"_workspace": {
"iconPath": "icons/legacy/workspace.png"
},
"_replicated_storage": {
"iconPath": "icons/legacy/replicated_storage.png"
},
"_server_script_service": {
"iconPath": "icons/legacy/server_script_service.png"
},
"_lighting": {
"iconPath": "icons/legacy/lighting.png"
},
"_server_storage": {
"iconPath": "icons/legacy/server_storage.png"
},
"_starter_gui": {
"iconPath": "icons/legacy/starter_gui.png"
},
"_starter_pack": {
"iconPath": "icons/legacy/starter_pack.png"
},
"_starter_player": {
"iconPath": "icons/legacy/starter_player.png"
},
"_starter_player_scripts": {
"iconPath": "icons/legacy/starter_player_scripts.png"
},
"_run_service": {
"iconPath": "icons/legacy/run_service.png"
},
},
"file": "_file",
"folder": "_folder",
"folderNames": {
"src": "_workspace",
"ReplicatedStorage": "_replicated_storage",
"ReplicatedFirst": "_replicated_storage",
"ServerScriptService": "_server_script_service",
"ServerStorage": "_server_storage",
"Lighting": "_lighting",
"StarterGui": "_starter_gui",
"StarterPack": "_starter_pack",
"StarterPlayer": "_starter_player",
"StarterPlayerScripts": "_starter_player_scripts",
"StarterCharacterScripts": "_starter_player_scripts",
"RunService": "_run_service"
},
"fileExtensions": {
"lua": "_modulescript",
"luau": "_modulescript",
"server.lua": "_script",
"server.luau": "_script",
"client.lua": "_localscript",
"client.luau": "_localscript",
"rbxl": "_roblox",
"rbxlx": "_roblox"
}
}