diff --git a/file-icon.html b/file-icon.html index c244866..4a74433 100644 --- a/file-icon.html +++ b/file-icon.html @@ -124,6 +124,15 @@ this.style.fill = "#1e90ff"; this._iconName = "text"; break; + case "x-root": + this._iconName = "root"; + this.style.fill = "#1fd2e3"; + break; + case "x-hdf": + case "x-hdf5": + this._iconName = "hdf"; + this.style.fill = "#f77070"; + break; case "vnd.dcache.folder": this._iconName = "folder"; this.style.fill = "#4FC3F7"; diff --git a/file-icons.html b/file-icons.html index f4391f7..b82f4bc 100644 --- a/file-icons.html +++ b/file-icons.html @@ -52,6 +52,27 @@ + + + + + + \ No newline at end of file