From f99fb231e4cb1ff88fcdece6cce9db121d5b9ef8 Mon Sep 17 00:00:00 2001 From: randmaru Date: Mon, 6 Sep 2021 23:56:06 +0300 Subject: [PATCH 1/3] fix: delete *.png icon --- icons/file_type_access@2x.png | Bin 803 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 icons/file_type_access@2x.png diff --git a/icons/file_type_access@2x.png b/icons/file_type_access@2x.png deleted file mode 100644 index ae94647109ef9c91fc079f18fdcafc98de4676fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 803 zcmV+;1Kj+HP) zZHSCf6vs#2@|G_s8Xt^p=05kC9kL`vOt(;#h}Ncd^RnK?@62=6Hq6X3GdnXSw@&xYea@WozxVvlIoId&FkVzt zjCQo16Su9c%x4_iYC=9a+Df!oR-Lb}295?}a7x@(t8jD>2e**7;wYUI3;+W=FmxVi z;Z)xjHdpuRD5&&&w1AyK#(JulA^ikqFDAn$> zU~m-sGfCZ@=-qL7Vtvg4fNn_sSqPK~fLjkfLcVv*ubA7JKOmi~9}2)&SVfJmoB+&{ z?@d)z1Nq&REd)|SNV_p@fxt*1Upm5j1<=(PjSgrHg~l13D}{1E!jubudPAH#_s?p5 zp#Vt7@ty%-bR(MmC6?U6h~IzC6@Y~0No7zG&dumPl1l3d01hX{!l8(}R`ZQsJPimT zTnr%hgz3ze-L>@w`HVbZzqZ})AHurF3xJpA+Eqd6E%^#oYyD!Ei4Cz6t3h{d(_H z$7dMb`g{P;nx_%M+gU?^v1W>ipVO~Nxs~naRyO=43=S3Zr2Bx;yRoqiIpo$3^_aPX z{Y!|=`b)mOpcA8wQl9_(rmpgBtvKfUKFGT(*?yBG*3)|v5&a)!>xQPTB+3TB)Pe4@ z0B|d*x`-Sp#(SVadIc%FMA|NZ=CWSS{ua~9?=rU{d!!chJ%HrnQy!xF8qROBcb%*_ z$KGCf-jmW3vJ?ndn@khyxv;cY9PoK8mqXp6p=&tVVUu Date: Mon, 6 Sep 2021 23:56:52 +0300 Subject: [PATCH 2/3] feat: added fix: Microsoft Access *.svg icon --- icons/file_type_accdb.svg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 icons/file_type_accdb.svg diff --git a/icons/file_type_accdb.svg b/icons/file_type_accdb.svg new file mode 100644 index 00000000..363072cf --- /dev/null +++ b/icons/file_type_accdb.svg @@ -0,0 +1,7 @@ + + + file_type_accdb + < id="file_type_accdb"> + + + From 6ca828d4afc84a6271b4231114595c4b05ab17c8 Mon Sep 17 00:00:00 2001 From: randmaru Date: Mon, 6 Sep 2021 23:59:48 +0300 Subject: [PATCH 3/3] fix: MS Access iconPath & fileExtensions --- ayu-icons.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ayu-icons.json b/ayu-icons.json index d6d7f79d..ce69418e 100644 --- a/ayu-icons.json +++ b/ayu-icons.json @@ -15,6 +15,9 @@ "_folder_open_light": { "iconPath": "./icons/folder_opened_light@2x.png" }, + "accdb" : { + "iconPath": "./icons/file_type_accdb.svg" + }, "actionscript": { "iconPath": "./icons/file_type_actionscript@2x.png" }, @@ -348,6 +351,7 @@ "7z": "archive", "a": "binary", "ai": "ai", + "accdb": "accdb", "angular": "angular", "app": "applescript", "as": "actionscript",