Skip to content

Commit

Permalink
Keep the default text file icon for text files (#138)
Browse files Browse the repository at this point in the history
* Don't replace the default text file icon

* npm run update-assets

* Tweak for new UI update
  • Loading branch information
kiendang authored Dec 9, 2022
1 parent df6ab51 commit 0c88abb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
7 changes: 7 additions & 0 deletions src/file-icons/css/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,13 @@
top: 3px;
font-size: 17px;
}
.adobe-cc-icon:before {
font-family: file-icons;
font-size: 15px;
content: "\eb5e";
top: 3px;
font-size: 16px;
}
.ae-icon:before {
font-family: file-icons;
font-size: 15px;
Expand Down
14 changes: 9 additions & 5 deletions src/file-icons/db/icondb.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ module.exports = [
["ae-icon",["dark-pink","dark-pink"],/\.aep$/i],
["ae-icon",["dark-purple","dark-purple"],/\.aet$/i],
["animate-icon",["dark-orange","medium-red"],/\.fla$/i],
["adobe-cc-icon",["medium-red","medium-red"],/\.cclibs$/i],
["ai-icon",["medium-orange","medium-orange"],/\.ai$/i],
["ai-icon",["dark-orange","dark-orange"],/\.ait$/i],
["ai-icon",["medium-yellow","medium-yellow"],/\.aia$/i],
Expand Down Expand Up @@ -569,6 +570,7 @@ module.exports = [
["audio-icon",["dark-maroon","dark-maroon"],/\.opus$/i,,false,,,,/OpusHead/],
["audio-icon",["dark-blue","dark-blue"],/\.r[am]$/i,,false,,,,/^\.RMF/],
["audio-icon",["medium-green","medium-green"],/\.s3m$/i,,false,,,,/^.{44}SCRM/],
["audio-icon",["medium-red","medium-red"],/\.spc$/i,,false,,,,/^SNES-SPC700 Sound File Data v/],
["audio-icon",["medium-yellow","medium-yellow"],/\.sndh$/i],
["audio-icon",["medium-blue","medium-blue"],/\.wma$/i],
["augeas-icon",["dark-orange","dark-orange"],/\.aug$/i],
Expand Down Expand Up @@ -726,7 +728,7 @@ module.exports = [
["config-icon",["medium-red","medium-red"],/\.lds$|\.kys(?:_mac)?$/i],
["config-icon",["medium-blue","medium-blue"],/\.mcf$|\.sdl(?:ang)?$|^mimeapps\.list$/i,,false,,/^source\.sdl$/],
["config-icon",["medium-green","medium-green"],/\.opts$|\.flc$/i,,false,,/^source\.figctrl$/i,,/^flc2a/],
["config-icon",["dark-blue","dark-blue"],/(?:\.|^)terminal(?:rc)?$/i],
["config-icon",["dark-blue","dark-blue"],/(?:\.|^)terminal(?:rc)?$|(?:\.|^)rhashrc$/i],
["config-icon",["medium-orange","medium-orange"],/^ld\.script$/i],
["config-icon",["medium-cyan","medium-cyan"],/^\.?XCompose$/,,false,/^xcompose$/,/\.xcompose$/i,/^xcompose$/i],
["config-icon",["dark-red","dark-red"],/\.git[\/\\](?:config(?:\.worktree)?|(?:info|refs(?:[\/\\]heads)?)[\/\\][-.,\w]+)$/,,true],
Expand Down Expand Up @@ -1579,7 +1581,7 @@ module.exports = [
["purebasic-icon",["dark-orange","dark-orange"],/\.pbi$/i],
["purescript-icon",["dark-purple","dark-purple"],/\.purs$/i,,false,,/\.purescript$/i,/^Pure[-_ ]?Script$/i],
["pyret-icon",["dark-red","dark-red"],/\.arr$/i,,false,/^pyret$/,/^source\.arr$/,/^Pyret$/i],
["python-icon",["dark-blue","dark-blue"],/\.py$|\.py3$|\.?(?:pypirc|pythonrc|python-venv)$/i,,false,/python[\d.]*/,/\.python$/i,/^Python$|^rusthon$/i],
["python-icon",["dark-blue","dark-blue"],/\.py$|\.py3$|\.?(?:pypirc|pythonrc|python(?:_history|-venv))$/i,,false,/python[\d.]*/,/\.python$/i,/^Python$|^rusthon$/i],
["python-icon",["medium-blue","medium-blue"],/\.ipy$|\.pyi$/i],
["python-icon",["dark-green","dark-green"],/\.isolate$|\.gypi$|\.pyt$/i],
["python-icon",["medium-orange","medium-orange"],/\.pep$|\.pyde$/i,,false,/^pep8$/,/\.pep8$/i,/^Python$|^pep8$/i],
Expand Down Expand Up @@ -1759,6 +1761,7 @@ module.exports = [
["sql-icon",["medium-cyan","medium-cyan"],/\.per$/i],
["sqlite-icon",["medium-blue","medium-blue"],/\.sqlite$/i],
["sqlite-icon",["dark-blue","dark-blue"],/\.sqlite3$/i,,false,,,,/^SQLite format 3/],
["sqlite-icon",["dark-cyan","dark-cyan"],/\.sqlite_history$/i],
["sqlite-icon",["medium-purple","medium-purple"],/\.db$/i],
["sqlite-icon",["dark-purple","dark-purple"],/\.db3$/i],
["squarespace-icon",["dark-purple","dark-purple"],/\.jsont$/i,,false,,/\.jsont$/i,/^Square[-_ ]?Space$|^(?:json[-_]?t|json[-_\s]?template)$/i],
Expand Down Expand Up @@ -1801,9 +1804,10 @@ module.exports = [
["tag-icon",["medium-red","medium-red"],/\.gemtags/i],
["tag-icon",["medium-cyan","medium-cyan"],/\.hgtags$|^localtags$/i],
["tag-icon",["medium-yellow","medium-yellow"],/^\.?VERSION$/i],
["tag-icon",["medium-green","medium-green"],/\.sfv$|(?:\.|^)sha(?:256|sum)?$/i,,false,,/\.source\.sfv$/i,/^Tagfile$/i],
["tag-icon",["medium-orange","medium-orange"],/\.pid$/i],
["tag-icon",["medium-maroon","medium-maroon"],/\.tld$/i],
["tag-icon",["medium-green","medium-green"],/(?:\.|^)sha(?:256|sum)?$|(?:\.|^)(?:check|ck|crc(?:32)?|md5|rmd160|sha(?:224|256|384|512|1|2|3)?)?(?:sums?|(\w))$/i,,false,,/\.text\.checksums$/i],
["tag-icon",["medium-green","medium-green"],/(?:\.|^)(?:check|ck|crc(?:32)?|md5|rmd160|sha(?:224|256|384|512|1|2|3)?)?(?:sums?|(\w))$/i,,false,,/\.text\.checksums$/i,/^Tagfile$/i],
["tcl-icon",["dark-orange","dark-orange"],/\.tcl$/i,,false,/tclsh|wish/,/\.tcl$/i,/^Tcl$/i],
["tcl-icon",["medium-orange","medium-orange"],/\.adp$/i],
["tcl-icon",["medium-red","medium-red"],/\.tm$/i],
Expand Down Expand Up @@ -2080,5 +2084,5 @@ module.exports = [
["book-icon",["dark-blue","dark-blue"],/^zork\d\.(?!pre$|pur$)[a-z]+$/,0],
["key-icon",["dark-blue","dark-blue"],/\.ssh[\/\\][^\/\\\s]+$/,0,true],
["v8-icon",["medium-blue","medium-blue"],/^(?:[dv]8|v8[-_.][^.]*|mksnapshot|mkpeephole)$/i,0]],
[[20,171,178,184,190,191,326,372,417,443,451,464,468,470,495,518,522,523,524,525,530,533,534,538,548,552,574,603,604,619,624,631,636,639,643,674,690,695,696,697,701,705,710,714,715,721,730,735,760,765,768,778,787,797,798,802,803,812,842,864,869,873,887,888,892,899,901,902,903,906,908,909,913,916,919,920,939,942,963,974,978,979,984,1006,1007,1011,1012,1013,1015,1016,1018,1019,1021,1067,1068,1071,1077,1094,1095,1096,1104,1107,1109,1128,1135,1142,1144,1148,1157,1158,1166,1169,1173,1175,1182,1185,1195,1206,1227,1234,1237,1238,1292,1295,1298,1309,1310,1320,1328,1329,1341,1344,1348,1350,1353,1364,1365,1367,1391,1396,1397,1400,1445,1448,1461,1462,1463,1469,1474,1475,1487,1488,1503,1512,1514,1517,1520,1521,1524,1525,1528,1546,1549,1550,1553,1554,1573,1580,1586,1596,1598,1601,1606,1607,1608,1614,1619,1625,1632,1633,1635,1637,1640,1641,1656,1658,1661,1663,1671,1689,1693,1695,1718,1721,1725,1734,1750,1766,1774,1775,1776,1782,1812,1814,1818,1834,1846,1848,1866,1892,1899,1902,1906,1907,1951,1953,1956,1965,1967,1995,2000],[9,12,15,64,95,139,184,191,195,214,219,230,293,303,314,323,324,371,372,386,410,412,413,416,418,423,426,443,447,451,455,457,458,462,464,466,467,468,470,472,473,474,482,486,490,491,492,495,497,518,520,521,522,523,524,525,530,533,534,538,540,541,542,548,552,560,562,563,565,566,567,573,574,582,583,584,588,591,595,597,602,617,618,619,622,623,624,629,631,633,636,639,640,641,643,665,674,681,683,688,689,690,691,693,694,695,696,697,698,699,701,702,703,705,706,709,710,711,714,715,721,722,725,730,733,735,738,741,746,748,750,752,757,759,766,768,773,774,776,777,778,781,782,783,784,786,787,794,797,798,801,802,803,809,810,812,817,818,842,843,846,847,850,857,858,859,860,862,863,864,865,866,868,869,872,873,896,897,903,909,916,919,920,921,924,931,932,939,942,943,944,950,952,953,957,959,960,961,962,963,967,970,974,975,978,979,981,982,984,985,986,987,989,999,1000,1005,1006,1007,1012,1013,1015,1016,1018,1019,1021,1022,1023,1043,1058,1060,1062,1065,1067,1069,1071,1072,1075,1077,1092,1094,1095,1096,1098,1099,1102,1103,1104,1106,1107,1108,1109,1110,1113,1118,1119,1126,1128,1131,1132,1134,1135,1136,1141,1142,1144,1148,1153,1157,1158,1163,1166,1169,1171,1173,1175,1182,1183,1185,1195,1196,1197,1198,1199,1202,1206,1218,1227,1234,1235,1237,1238,1287,1292,1294,1295,1297,1298,1302,1309,1310,1312,1314,1316,1320,1326,1328,1335,1336,1337,1339,1341,1342,1343,1344,1348,1350,1351,1353,1356,1357,1358,1364,1365,1367,1380,1383,1384,1385,1386,1389,1391,1396,1397,1398,1400,1401,1406,1407,1408,1409,1410,1412,1429,1437,1440,1441,1442,1443,1444,1446,1447,1448,1458,1461,1462,1463,1468,1469,1474,1477,1479,1485,1486,1487,1488,1490,1493,1494,1503,1508,1511,1512,1515,1516,1517,1520,1521,1523,1524,1525,1528,1535,1540,1541,1542,1543,1546,1549,1550,1553,1554,1563,1564,1569,1573,1580,1586,1589,1594,1595,1596,1597,1598,1601,1602,1603,1606,1607,1608,1614,1619,1622,1625,1628,1629,1630,1631,1632,1633,1635,1637,1640,1641,1644,1648,1656,1659,1661,1663,1664,1668,1671,1674,1679,1680,1681,1682,1684,1685,1687,1689,1690,1691,1693,1695,1707,1708,1717,1719,1720,1721,1725,1728,1730,1731,1734,1735,1736,1738,1750,1756,1758,1764,1766,1769,1771,1774,1775,1776,1782,1790,1791,1792,1805,1806,1808,1809,1810,1811,1812,1813,1814,1816,1818,1827,1829,1834,1839,1843,1844,1846,1848,1866,1873,1891,1892,1893,1895,1896,1897,1899,1903,1906,1907,1909,1922,1923,1947,1948,1950,1951,1953,1956,1958,1960,1963,1965,1966,1967,1992,1995,1997,1998,1999,2001,2015],[0,10,11,16,91,305,310,325,355,356,367,389,395,396,397,398,400,402,406,407,581,675,676,677,678,734,736,737,1089,1609,1665,1779,1970,1971,2002,2004,2024],[2,9,12,15,64,95,139,184,191,195,214,219,230,293,303,314,323,324,355,370,371,372,386,410,412,413,416,418,423,426,443,447,451,455,457,458,462,464,466,467,468,470,472,473,474,482,486,487,488,490,491,492,494,495,497,518,520,521,522,523,524,525,530,533,534,538,540,541,542,548,552,560,562,563,565,566,567,573,574,582,583,584,588,591,595,597,602,603,604,617,618,619,622,623,624,629,631,633,636,639,640,641,643,665,666,670,671,674,679,681,683,688,689,690,691,693,694,695,696,697,698,699,701,702,703,705,706,709,710,711,714,715,720,721,722,724,725,726,730,733,735,738,741,746,748,750,752,757,759,766,768,773,774,776,777,778,781,782,783,784,786,787,794,797,798,801,802,803,809,810,812,817,818,837,842,843,846,847,850,857,858,859,860,862,863,864,865,866,868,869,872,873,886,887,888,892,895,896,897,899,901,902,903,906,907,908,909,910,912,913,916,919,920,921,924,931,932,939,942,943,944,950,952,953,957,959,960,961,962,963,967,970,974,975,978,979,981,982,984,985,986,987,989,999,1000,1005,1006,1007,1009,1011,1012,1013,1015,1016,1018,1019,1021,1022,1023,1043,1058,1060,1062,1065,1067,1069,1071,1072,1075,1077,1092,1094,1095,1096,1098,1099,1102,1103,1104,1106,1107,1108,1109,1110,1113,1118,1119,1126,1128,1131,1132,1134,1135,1136,1141,1142,1144,1148,1153,1157,1158,1163,1166,1169,1171,1173,1175,1182,1183,1185,1195,1196,1197,1198,1199,1202,1206,1218,1227,1234,1235,1237,1238,1287,1292,1294,1295,1297,1298,1300,1301,1302,1305,1309,1310,1312,1314,1316,1320,1326,1328,1335,1336,1337,1339,1341,1342,1343,1344,1348,1350,1351,1353,1356,1357,1358,1364,1365,1367,1380,1383,1384,1385,1386,1389,1391,1396,1397,1398,1400,1401,1406,1407,1408,1409,1410,1412,1429,1437,1440,1441,1442,1443,1444,1446,1447,1448,1458,1461,1462,1463,1468,1469,1474,1477,1479,1485,1486,1487,1488,1490,1493,1494,1503,1508,1511,1512,1515,1516,1517,1520,1521,1523,1524,1525,1528,1535,1540,1541,1542,1543,1546,1549,1550,1553,1554,1563,1564,1569,1573,1580,1586,1589,1594,1595,1596,1597,1598,1601,1602,1603,1606,1607,1608,1614,1619,1622,1625,1628,1629,1630,1631,1632,1633,1635,1637,1640,1641,1644,1648,1650,1656,1658,1659,1661,1663,1664,1668,1671,1674,1679,1680,1681,1682,1684,1685,1687,1689,1690,1691,1693,1695,1696,1707,1708,1717,1719,1720,1721,1725,1728,1730,1731,1734,1735,1736,1738,1749,1750,1756,1758,1764,1766,1769,1771,1774,1775,1776,1782,1786,1790,1791,1792,1805,1806,1808,1809,1810,1811,1812,1813,1814,1816,1818,1827,1829,1834,1839,1843,1844,1846,1848,1866,1873,1891,1892,1893,1895,1896,1897,1899,1903,1906,1907,1909,1922,1923,1947,1948,1950,1951,1953,1956,1958,1960,1963,1965,1966,1967,1970,1990,1991,1992,1995,1997,1998,1999,2001,2015],[0,3,4,313,373,419,437,448,468,501,502,503,504,505,506,507,508,509,510,512,513,514,601,646,647,648,649,650,653,654,655,659,661,662,671,685,723,752,756,817,825,826,827,828,829,830,833,834,835,837,841,885,886,887,897,913,992,993,1005,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1041,1042,1043,1044,1045,1046,1048,1049,1051,1052,1055,1118,1256,1305,1307,1333,1411,1434,1436,1460,1469,1474,1490,1493,1494,1507,1571,1583,1585,1606,1607,1624,1673,1704,1777,1836,1837,1838,1840,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1867,1871,1903,1977,1998,2002,2016,2017]],
{binary:542,coffee:636,go:943,haskell:984,js:1077,perl:1463,python:1525,ruby:1614,rust:1619,executable:1656,coffeeTest:388,genericTest:389,goTest:390,haskellTest:391,jsTest:392,perlTest:1768,pythonTest:399,rubyTest:309,rustTest:403,tsTest:404,ts:1814}]];
[[20,171,178,184,190,191,326,372,417,444,452,465,469,471,496,520,524,525,526,527,532,535,536,540,550,554,576,605,606,621,626,633,638,641,645,676,692,697,698,699,703,707,712,716,717,723,732,737,762,767,770,780,789,799,800,804,805,814,844,866,871,875,889,890,894,901,903,904,905,908,910,911,915,918,921,922,941,944,965,976,980,981,986,1008,1009,1013,1014,1015,1017,1018,1020,1021,1023,1069,1070,1073,1079,1096,1097,1098,1106,1109,1111,1130,1137,1144,1146,1150,1159,1160,1168,1171,1175,1177,1184,1187,1197,1208,1229,1236,1239,1240,1294,1297,1300,1311,1312,1322,1330,1331,1343,1346,1350,1352,1355,1366,1367,1369,1393,1398,1399,1402,1447,1450,1463,1464,1465,1471,1476,1477,1489,1490,1505,1514,1516,1519,1522,1523,1526,1527,1530,1548,1551,1552,1555,1556,1575,1582,1588,1598,1600,1603,1608,1609,1610,1616,1621,1627,1634,1635,1637,1639,1642,1643,1658,1660,1663,1665,1673,1691,1695,1697,1721,1724,1728,1737,1754,1770,1778,1779,1780,1786,1816,1818,1822,1838,1850,1852,1870,1896,1903,1906,1910,1911,1955,1957,1960,1969,1971,1999,2004],[9,12,15,64,95,139,184,191,195,214,219,230,293,303,314,323,324,371,372,386,410,412,413,416,418,423,426,444,448,452,456,458,459,463,465,467,468,469,471,473,474,475,483,487,491,492,493,496,498,520,522,523,524,525,526,527,532,535,536,540,542,543,544,550,554,562,564,565,567,568,569,575,576,584,585,586,590,593,597,599,604,619,620,621,624,625,626,631,633,635,638,641,642,643,645,667,676,683,685,690,691,692,693,695,696,697,698,699,700,701,703,704,705,707,708,711,712,713,716,717,723,724,727,732,735,737,740,743,748,750,752,754,759,761,768,770,775,776,778,779,780,783,784,785,786,788,789,796,799,800,803,804,805,811,812,814,819,820,844,845,848,849,852,859,860,861,862,864,865,866,867,868,870,871,874,875,898,899,905,911,918,921,922,923,926,933,934,941,944,945,946,952,954,955,959,961,962,963,964,965,969,972,976,977,980,981,983,984,986,987,988,989,991,1001,1002,1007,1008,1009,1014,1015,1017,1018,1020,1021,1023,1024,1025,1045,1060,1062,1064,1067,1069,1071,1073,1074,1077,1079,1094,1096,1097,1098,1100,1101,1104,1105,1106,1108,1109,1110,1111,1112,1115,1120,1121,1128,1130,1133,1134,1136,1137,1138,1143,1144,1146,1150,1155,1159,1160,1165,1168,1171,1173,1175,1177,1184,1185,1187,1197,1198,1199,1200,1201,1204,1208,1220,1229,1236,1237,1239,1240,1289,1294,1296,1297,1299,1300,1304,1311,1312,1314,1316,1318,1322,1328,1330,1337,1338,1339,1341,1343,1344,1345,1346,1350,1352,1353,1355,1358,1359,1360,1366,1367,1369,1382,1385,1386,1387,1388,1391,1393,1398,1399,1400,1402,1403,1408,1409,1410,1411,1412,1414,1431,1439,1442,1443,1444,1445,1446,1448,1449,1450,1460,1463,1464,1465,1470,1471,1476,1479,1481,1487,1488,1489,1490,1492,1495,1496,1505,1510,1513,1514,1517,1518,1519,1522,1523,1525,1526,1527,1530,1537,1542,1543,1544,1545,1548,1551,1552,1555,1556,1565,1566,1571,1575,1582,1588,1591,1596,1597,1598,1599,1600,1603,1604,1605,1608,1609,1610,1616,1621,1624,1627,1630,1631,1632,1633,1634,1635,1637,1639,1642,1643,1646,1650,1658,1661,1663,1665,1666,1670,1673,1676,1681,1682,1683,1684,1686,1687,1689,1691,1692,1693,1695,1697,1710,1711,1720,1722,1723,1724,1728,1731,1733,1734,1737,1738,1739,1741,1750,1753,1754,1760,1762,1768,1770,1773,1775,1778,1779,1780,1786,1794,1795,1796,1809,1810,1812,1813,1814,1815,1816,1817,1818,1820,1822,1831,1833,1838,1843,1847,1848,1850,1852,1870,1877,1895,1896,1897,1899,1900,1901,1903,1907,1910,1911,1913,1926,1927,1951,1952,1954,1955,1957,1960,1962,1964,1967,1969,1970,1971,1996,1999,2001,2002,2003,2005,2019],[0,10,11,16,91,305,310,325,355,356,367,389,395,396,397,398,400,402,406,407,583,677,678,679,680,736,738,739,1091,1611,1667,1783,1974,1975,2006,2008,2028],[2,9,12,15,64,95,139,184,191,195,214,219,230,293,303,314,323,324,355,370,371,372,386,410,412,413,416,418,423,426,444,448,452,456,458,459,463,465,467,468,469,471,473,474,475,483,487,488,489,491,492,493,495,496,498,520,522,523,524,525,526,527,532,535,536,540,542,543,544,550,554,562,564,565,567,568,569,575,576,584,585,586,590,593,597,599,604,605,606,619,620,621,624,625,626,631,633,635,638,641,642,643,645,667,668,672,673,676,681,683,685,690,691,692,693,695,696,697,698,699,700,701,703,704,705,707,708,711,712,713,716,717,722,723,724,726,727,728,732,735,737,740,743,748,750,752,754,759,761,768,770,775,776,778,779,780,783,784,785,786,788,789,796,799,800,803,804,805,811,812,814,819,820,839,844,845,848,849,852,859,860,861,862,864,865,866,867,868,870,871,874,875,888,889,890,894,897,898,899,901,903,904,905,908,909,910,911,912,914,915,918,921,922,923,926,933,934,941,944,945,946,952,954,955,959,961,962,963,964,965,969,972,976,977,980,981,983,984,986,987,988,989,991,1001,1002,1007,1008,1009,1011,1013,1014,1015,1017,1018,1020,1021,1023,1024,1025,1045,1060,1062,1064,1067,1069,1071,1073,1074,1077,1079,1094,1096,1097,1098,1100,1101,1104,1105,1106,1108,1109,1110,1111,1112,1115,1120,1121,1128,1130,1133,1134,1136,1137,1138,1143,1144,1146,1150,1155,1159,1160,1165,1168,1171,1173,1175,1177,1184,1185,1187,1197,1198,1199,1200,1201,1204,1208,1220,1229,1236,1237,1239,1240,1289,1294,1296,1297,1299,1300,1302,1303,1304,1307,1311,1312,1314,1316,1318,1322,1328,1330,1337,1338,1339,1341,1343,1344,1345,1346,1350,1352,1353,1355,1358,1359,1360,1366,1367,1369,1382,1385,1386,1387,1388,1391,1393,1398,1399,1400,1402,1403,1408,1409,1410,1411,1412,1414,1431,1439,1442,1443,1444,1445,1446,1448,1449,1450,1460,1463,1464,1465,1470,1471,1476,1479,1481,1487,1488,1489,1490,1492,1495,1496,1505,1510,1513,1514,1517,1518,1519,1522,1523,1525,1526,1527,1530,1537,1542,1543,1544,1545,1548,1551,1552,1555,1556,1565,1566,1571,1575,1582,1588,1591,1596,1597,1598,1599,1600,1603,1604,1605,1608,1609,1610,1616,1621,1624,1627,1630,1631,1632,1633,1634,1635,1637,1639,1642,1643,1646,1650,1652,1658,1660,1661,1663,1665,1666,1670,1673,1676,1681,1682,1683,1684,1686,1687,1689,1691,1692,1693,1695,1697,1698,1710,1711,1720,1722,1723,1724,1728,1731,1733,1734,1737,1738,1739,1741,1750,1753,1754,1760,1762,1768,1770,1773,1775,1778,1779,1780,1786,1790,1794,1795,1796,1809,1810,1812,1813,1814,1815,1816,1817,1818,1820,1822,1831,1833,1838,1843,1847,1848,1850,1852,1870,1877,1895,1896,1897,1899,1900,1901,1903,1907,1910,1911,1913,1926,1927,1951,1952,1954,1955,1957,1960,1962,1964,1967,1969,1970,1971,1974,1994,1995,1996,1999,2001,2002,2003,2005,2019],[0,3,4,313,373,419,438,449,469,502,503,504,505,506,507,508,509,510,511,513,514,515,516,603,648,649,650,651,652,655,656,657,661,663,664,673,687,725,754,758,819,827,828,829,830,831,832,835,836,837,839,843,887,888,889,899,915,994,995,1007,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1043,1044,1045,1046,1047,1048,1050,1051,1053,1054,1057,1120,1258,1307,1309,1335,1413,1436,1438,1462,1471,1476,1492,1495,1496,1509,1573,1585,1587,1608,1609,1626,1675,1706,1781,1840,1841,1842,1844,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1871,1875,1907,1981,2002,2006,2020,2021]],
{binary:544,coffee:638,go:945,haskell:986,js:1079,perl:1465,python:1527,ruby:1616,rust:1621,executable:1658,coffeeTest:388,genericTest:389,goTest:390,haskellTest:391,jsTest:392,perlTest:1772,pythonTest:399,rubyTest:309,rustTest:403,tsTest:404,ts:1818}]];
8 changes: 6 additions & 2 deletions src/ts/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ const replaceIcon = ({

const className = getClassName();

if (String(className).includes('icon-file-text')) {
return;
}

const darkClassName = darkMode ? 'dark' : '';

if (className && !isDirectory) {
Expand Down Expand Up @@ -205,8 +209,8 @@ const init = async () => {
);

replaceGithubFileIcons(
'ul.ActionList > li.ActionList-item:not(.ActionList-item--hasSubitem)[role=treeitem]',
'a > span:nth-child(2)'
'.PRIVATE_TreeView-item-content',
'span.PRIVATE_TreeView-item-content-text'
);

replaceGithubFileIcons(
Expand Down

0 comments on commit 0c88abb

Please sign in to comment.