-
Notifications
You must be signed in to change notification settings - Fork 63
/
advpl-icon-theme.json
95 lines (95 loc) · 2.05 KB
/
advpl-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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"iconDefinitions": {
"advpl": {
"iconPath": "./images/icons/icon_advpl.svg"
},
"tlpp": {
"iconPath": "./images/icons/icon_tlpp.svg"
},
"ptm": {
"iconPath": "./images/icons/icon_ptm.svg"
},
"include": {
"iconPath": "./images/icons/icon_include.svg"
},
"http": {
"iconPath": "./images/icons/icon_http.svg"
},
"_root_folder_dark": {
"iconPath": "./images/icons/root-folder-dark.svg"
},
"_root_folder_open_dark": {
"iconPath": "./images/icons/root-folder-open-dark.svg"
},
"_folder_dark": {
"iconPath": "./images/icons/folder-dark.svg"
},
"_folder_open_dark": {
"iconPath": "./images/icons/folder-open-dark.svg"
},
"_file_dark": {
"iconPath": "./images/icons/document-dark.svg"
},
"_root_folder": {
"iconPath": "./images/icons/root-folder-light.svg"
},
"_root_folder_open": {
"iconPath": "./images/icons/root-folder-open-light.svg"
},
"_folder_light": {
"iconPath": "./images/icons/folder-light.svg"
},
"_folder_open_light": {
"iconPath": "./images/icons/folder-open-light.svg"
},
"_file_light": {
"iconPath": "./images/icons/document-light.svg"
}
},
"folderExpanded": "_folder_open_dark",
"folder": "_folder_dark",
"file": "_file_dark",
"rootFolderExpanded": "_root_folder_open_dark",
"rootFolder": "_root_folder_dark",
"fileExtensions": {
"prw": "advpl",
"prx": "advpl",
"prg": "advpl",
"tlpp": "tlpp",
"ptm": "ptm",
"ch": "include",
"th": "include",
"aph": "http",
"apw": "http"
},
"fileNames": {
// icons by file name
},
"languageIds": {},
"light": {
"folderExpanded": "_folder_open_light",
"folder": "_folder_light",
"rootFolderExpanded": "_root_folder_open",
"rootFolder": "_root_folder",
"file": "_file_light",
"fileExtensions": {
"prw": "advpl",
"prx": "advpl",
"prg": "advpl",
"tlpp": "tlpp",
"ptm": "ptm",
"ch": "include",
"aph": "http",
"apw": "http"
},
"fileNames": {
// icons by file name
},
"languageIds": {
// icons by language id
}
},
"highContrast": {
// overrides for high contrast
}
}