Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit fbd99a2

Browse files
committed
add icons
1 parent a3fc447 commit fbd99a2

6 files changed

Lines changed: 184 additions & 0 deletions
Lines changed: 52 additions & 0 deletions
Loading
Lines changed: 53 additions & 0 deletions
Loading
Lines changed: 29 additions & 0 deletions
Loading
Lines changed: 45 additions & 0 deletions
Loading

src/helpers/resourceIconColorExtensionMapping.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"hpp": "var(--oc-color-text-default)",
3737
"htm": "var(--oc-color-text-default)",
3838
"html": "var(--oc-color-text-default)",
39+
"ipynb": "var(--oc-color-text-default)",
3940
"java": "var(--oc-color-text-default)",
4041
"jpeg": "var(--oc-color-icon-image)",
4142
"jpg": "var(--oc-color-icon-image)",

src/helpers/resourceIconExtensionMapping.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"docx": "document",
2626
"dot": "document",
2727
"dotx": "document",
28+
"drawio": "drawio",
2829
"eml": "text",
2930
"eot": "image",
3031
"eps": "image",
@@ -39,6 +40,8 @@
3940
"hpp": "code",
4041
"htm": "code",
4142
"html": "code",
43+
"ifc": "ifc",
44+
"ipynb": "jupyter",
4245
"java": "code",
4346
"jpeg": "image",
4447
"jpg": "image",
@@ -75,6 +78,7 @@
7578
"psd": "image",
7679
"py": "code",
7780
"rar": "archive",
81+
"root": "root",
7882
"rss": "file",
7983
"scss": "code",
8084
"sh": "code",

0 commit comments

Comments
 (0)