use only svg icons

This commit is contained in:
Uwe Steinmann 2017-08-02 14:01:00 +02:00
parent 2d1b1b1a03
commit 0ba02cc2a8

View File

@ -749,6 +749,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
$icons = array(); $icons = array();
$icons["txt"] = "text-x-preview.svg"; $icons["txt"] = "text-x-preview.svg";
$icons["text"] = "text-x-preview.svg"; $icons["text"] = "text-x-preview.svg";
$icons["tex"] = "text-x-preview.svg";
$icons["doc"] = "office-document.svg"; $icons["doc"] = "office-document.svg";
$icons["dot"] = "office-document.svg"; $icons["dot"] = "office-document.svg";
$icons["docx"] = "office-document.svg"; $icons["docx"] = "office-document.svg";
@ -772,27 +773,26 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
$icons["png"] = "image.svg"; $icons["png"] = "image.svg";
$icons["tif"] = "image.svg"; $icons["tif"] = "image.svg";
$icons["tiff"] = "image.svg"; $icons["tiff"] = "image.svg";
$icons["log"] = "log.png"; $icons["log"] = "text-x-preview.svg";
$icons["midi"] = "audio.svg"; $icons["midi"] = "audio.svg";
$icons["pdf"] = "pdf.png"; $icons["pdf"] = "gnome-mime-application-pdf.svg";
$icons["wav"] = "audio.svg"; $icons["wav"] = "audio.svg";
$icons["mp3"] = "audio.svg"; $icons["mp3"] = "audio.svg";
$icons["c"] = "source_c.png"; $icons["c"] = "text-x-preview.svg";
$icons["cpp"] = "source_cpp.png"; $icons["cpp"] = "text-x-preview.svg";
$icons["h"] = "source_h.png"; $icons["h"] = "text-x-preview.svg";
$icons["java"] = "source_java.png"; $icons["java"] = "text-x-preview.svg";
$icons["py"] = "source_py.png"; $icons["py"] = "text-x-preview.svg";
$icons["tar"] = "package.svg"; $icons["tar"] = "package.svg";
$icons["gz"] = "gz.png"; $icons["gz"] = "package.svg";
$icons["7z"] = "gz.png"; $icons["7z"] = "package.svg";
$icons["bz"] = "gz.png"; $icons["bz"] = "package.svg";
$icons["bz2"] = "gz.png"; $icons["bz2"] = "package.svg";
$icons["tgz"] = "gz.png"; $icons["tgz"] = "package.svg";
$icons["zip"] = "package.svg"; $icons["zip"] = "package.svg";
$icons["rar"] = "gz.png"; $icons["rar"] = "package.svg";
$icons["mpg"] = "video.svg"; $icons["mpg"] = "video.svg";
$icons["avi"] = "video.svg"; $icons["avi"] = "video.svg";
$icons["tex"] = "tex.png";
$icons["ods"] = "office-spreadsheet.svg"; $icons["ods"] = "office-spreadsheet.svg";
$icons["ots"] = "office-spreadsheet.svg"; $icons["ots"] = "office-spreadsheet.svg";
$icons["sxc"] = "office-spreadsheet.svg"; $icons["sxc"] = "office-spreadsheet.svg";
@ -805,10 +805,10 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
$icons["otp"] = "office-presentation.svg"; $icons["otp"] = "office-presentation.svg";
$icons["sxi"] = "office-presentation.svg"; $icons["sxi"] = "office-presentation.svg";
$icons["sti"] = "office-presentation.svg"; $icons["sti"] = "office-presentation.svg";
$icons["odg"] = "office-drawing.png"; $icons["odg"] = "office-drawing.svg";
$icons["otg"] = "office-drawing.png"; $icons["otg"] = "office-drawing.svg";
$icons["sxd"] = "office-drawing.png"; $icons["sxd"] = "office-drawing.svg";
$icons["std"] = "office-drawing.png"; $icons["std"] = "office-drawing.svg";
$icons["odf"] = "ooo_formula.png"; $icons["odf"] = "ooo_formula.png";
$icons["sxm"] = "ooo_formula.png"; $icons["sxm"] = "ooo_formula.png";
$icons["smf"] = "ooo_formula.png"; $icons["smf"] = "ooo_formula.png";