From ffdca77124ebe2472ddd77f0bad7d96c267a3e6f Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Fri, 18 Aug 2023 14:07:17 -0400 Subject: [PATCH 1/3] Add python file icon --- assets/icons/file_icons/file_types.json | 5 ++++- assets/icons/file_icons/python.svg | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 assets/icons/file_icons/python.svg diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index 9ea75d0730..bbe112e0c5 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -74,7 +74,7 @@ "profile": "terminal", "ps1": "terminal", "psd": "image", - "py": "code", + "py": "python", "rb": "code", "rkt": "code", "rs": "rust", @@ -148,6 +148,9 @@ "prettier": { "icon": "icons/file_icons/prettier.svg" }, + "python": { + "icon": "icons/file_icons/python.svg" + }, "rust": { "icon": "icons/file_icons/rust.svg" }, diff --git a/assets/icons/file_icons/python.svg b/assets/icons/file_icons/python.svg new file mode 100644 index 0000000000..dbc8565f90 --- /dev/null +++ b/assets/icons/file_icons/python.svg @@ -0,0 +1,6 @@ + + + + + + From ab73375a6143cef7e124ae592d37dc28bc38b5a5 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Fri, 18 Aug 2023 14:07:55 -0400 Subject: [PATCH 2/3] Alphabetize list --- assets/icons/file_icons/file_types.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index bbe112e0c5..1a738a9cd7 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -24,16 +24,16 @@ "eslintrc": "eslint", "eslintrc.js": "eslint", "eslintrc.json": "eslint", + "fish": "terminal", + "flac": "audio", "fmp": "storage", "fp7": "storage", - "flac": "audio", - "fish": "terminal", "frm": "storage", "gdb": "storage", + "gif": "image", "gitattributes": "vcs", "gitignore": "vcs", "gitmodules": "vcs", - "gif": "image", "go": "code", "h": "code", "handlebars": "code", @@ -51,16 +51,16 @@ "ldf": "storage", "lock": "lock", "log": "log", - "mdb": "storage", "md": "document", + "mdb": "storage", "mdf": "storage", "mdx": "document", "mp3": "audio", "mp4": "video", "myd": "storage", "myi": "storage", - "ods": "document", "odp": "document", + "ods": "document", "odt": "document", "ogg": "video", "pdb": "storage", @@ -81,17 +81,17 @@ "rtf": "document", "sav": "storage", "scm": "code", + "sdf": "storage", "sh": "terminal", "sqlite": "storage", - "sdf": "storage", "svelte": "template", "svg": "image", "swift": "code", - "ts": "typescript", - "tsx": "code", "tiff": "image", "toml": "toml", + "ts": "typescript", "tsv": "storage", + "tsx": "code", "txt": "document", "wav": "audio", "webm": "video", @@ -103,9 +103,9 @@ "zlogin": "terminal", "zsh": "terminal", "zsh_aliases": "terminal", - "zshenv": "terminal", "zsh_histfile": "terminal", "zsh_profile": "terminal", + "zshenv": "terminal", "zshrc": "terminal" }, "types": { From e26d6d7a49b905e99b15466427da1f4912f7da9c Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Fri, 18 Aug 2023 14:54:53 -0400 Subject: [PATCH 3/3] Add elixir icons --- assets/icons/file_icons/elixir.svg | 3 +++ assets/icons/file_icons/file_types.json | 10 ++++++++++ assets/icons/file_icons/phoenix.svg | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 assets/icons/file_icons/elixir.svg create mode 100644 assets/icons/file_icons/phoenix.svg diff --git a/assets/icons/file_icons/elixir.svg b/assets/icons/file_icons/elixir.svg new file mode 100644 index 0000000000..15a1004328 --- /dev/null +++ b/assets/icons/file_icons/elixir.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index 1a738a9cd7..a65155d4eb 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -21,9 +21,12 @@ "dll": "storage", "doc": "document", "docx": "document", + "eex": "elixir", "eslintrc": "eslint", "eslintrc.js": "eslint", "eslintrc.json": "eslint", + "ex": "elixir", + "exs": "elixir", "fish": "terminal", "flac": "audio", "fmp": "storage", @@ -38,6 +41,7 @@ "h": "code", "handlebars": "code", "hbs": "template", + "heex": "elixir", "htm": "template", "html": "template", "ib": "storage", @@ -127,6 +131,9 @@ "document": { "icon": "icons/file_icons/book.svg" }, + "elixir": { + "icon": "icons/file_icons/elixir.svg" + }, "eslint": { "icon": "icons/file_icons/eslint.svg" }, @@ -145,6 +152,9 @@ "log": { "icon": "icons/file_icons/info.svg" }, + "phoenix": { + "icon": "icons/file_icons/phoenix.svg" + }, "prettier": { "icon": "icons/file_icons/prettier.svg" }, diff --git a/assets/icons/file_icons/phoenix.svg b/assets/icons/file_icons/phoenix.svg new file mode 100644 index 0000000000..424b753806 --- /dev/null +++ b/assets/icons/file_icons/phoenix.svg @@ -0,0 +1,4 @@ + + + +