@@ -22,6 +22,7 @@
"css": "css",
"csv": "storage",
"cts": "typescript",
+ "dart": "dart",
"dat": "storage",
"db": "storage",
"dbf": "storage",
@@ -64,7 +65,7 @@
"ico": "image",
"ini": "settings",
"j2k": "image",
- "java": "code",
+ "java": "java",
"jfif": "image",
"jp2": "image",
"jpeg": "image",
@@ -73,6 +74,7 @@
"json": "storage",
"jsonc": "storage",
"jxl": "image",
+ "kt": "kotlin",
"ldf": "storage",
"lock": "lock",
"lockb": "bun",
@@ -101,9 +103,11 @@
"odt": "document",
"ogg": "audio",
"opus": "audio",
+ "otf": "font",
"pdb": "storage",
"pdf": "document",
"php": "php",
+ "plist": "template",
"png": "image",
"ppt": "document",
"pptx": "document",
@@ -128,11 +132,12 @@
"sqlite": "storage",
"svelte": "template",
"svg": "image",
- "swift": "code",
+ "swift": "swift",
"tiff": "image",
"toml": "toml",
"ts": "typescript",
"tsv": "storage",
+ "ttf": "font",
"tsx": "code",
"txt": "document",
"vue": "vue",
@@ -176,6 +181,9 @@
"css": {
"icon": "icons/file_icons/css.svg"
},
+ "dart": {
+ "icon": "icons/file_icons/dart.svg"
+ },
"default": {
"icon": "icons/file_icons/file.svg"
},
@@ -200,6 +208,9 @@
"expanded_folder": {
"icon": "icons/file_icons/folder_open.svg"
},
+ "font": {
+ "icon": "icons/file_icons/font.svg"
+ },
"haskell": {
"icon": "icons/file_icons/haskell.svg"
},
@@ -212,6 +223,12 @@
"image": {
"icon": "icons/file_icons/image.svg"
},
+ "java": {
+ "icon": "icons/file_icons/java.svg"
+ },
+ "kotlin":{
+ "icon": "icons/file_icons/kotlin.svg"
+ },
"lock": {
"icon": "icons/file_icons/lock.svg"
},
@@ -257,6 +274,9 @@
"storage": {
"icon": "icons/file_icons/database.svg"
},
+ "swift": {
+ "icon": "icons/file_icons/swift.svg"
+ },
"template": {
"icon": "icons/file_icons/html.svg"
},
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14px" height="14px" viewBox="0 0 14 14" version="1.1">
+<g id="surface1">
+<path style="fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:4;" d="M 16.001786 21 L 19.497321 21 M 5.997321 21 L 12 3 L 18.002679 21 M 4.502679 21 L 7.998214 21 M 14.997321 14.000893 L 9.002679 14.000893 " transform="matrix(0.486111,0,0,0.486111,1.166667,1.166667)"/>
+</g>
+</svg>