From d694017d0568f2a5815f5330be5d2574bdc64a65 Mon Sep 17 00:00:00 2001 From: Pseudomata Date: Mon, 29 Jan 2024 11:32:35 -0500 Subject: [PATCH] Add Haskell file type icon (#6995) Small change to add the Haskell logo as a file icon. Screenshot below shows what this looks like. ![CleanShot 2024-01-29 at 11 21 30@2x](https://github.com/zed-industries/zed/assets/132238190/b484c679-965a-4e73-88dc-ebb670a0f390) --- assets/icons/file_icons/file_types.json | 4 ++++ assets/icons/file_icons/haskell.svg | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 assets/icons/file_icons/haskell.svg diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index b2236e0230..36c3349cb6 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -45,6 +45,7 @@ "heex": "elixir", "htm": "template", "html": "template", + "hs": "haskell", "ib": "storage", "ico": "image", "ini": "settings", @@ -146,6 +147,9 @@ "expanded_folder": { "icon": "icons/file_icons/folder_open.svg" }, + "haskell": { + "icon": "icons/file_icons/haskell.svg" + }, "image": { "icon": "icons/file_icons/image.svg" }, diff --git a/assets/icons/file_icons/haskell.svg b/assets/icons/file_icons/haskell.svg new file mode 100644 index 0000000000..ff3a687f52 --- /dev/null +++ b/assets/icons/file_icons/haskell.svg @@ -0,0 +1,13 @@ + + + + +