-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstant.ts
62 lines (62 loc) · 1.06 KB
/
constant.ts
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
export const COLOR_EXTENTION_MAP: {[key:string]:string} = {
pdf:"#0160FE",
docx:"#2b579a",
doc:"#2b579a",
pptx:"#b7472a",
ppt:"#b7472a",
xlsx:"#217346",
mpeg:"#000000",
xls:"#217346",
jpg:"#d4af37",
jpeg:"#d4af37",
png:"#4FB6F4",
gif:"#d4af37",
txt:"#000000",
zip:"#000000",
rar:"#000000",
mp3:"#000000",
mp4:"#000000",
mov:"#000000",
avi:"#000000",
wav:"#000000",
wma:"#000000",
m4a:"#000000",
aac:"#000000",
svg:"#000000",
exe:"#000000",
dmg:"#000000",
psd:"#000000",
ai:"#000000",
ttf:"#000000",
otf:"#000000",
json:"#000000",
csv:"#000000",
js:"#000000",
jsx:"#000000",
py:"#000000",
java:"#000000",
rb:"#000000",
c:"#000000",
cpp:"#000000",
cs:"#000000",
go:"#000000",
php:"#000000",
swift:"#000000",
kotlin:"#000000",
rs:"#000000",
sh:"#000000",
ps1:"#000000",
bat:"#000000",
cmd:"#000000",
h:"#000000",
hs:"#000000",
lua:"#000000",
pl:"#000000",
sql:"#000000",
vb:"#000000",
vue:"#000000",
html:"#000000",
css:"#000000",
scss:"#000000",
sass:"#000000",
}