Skip to content

Commit

Permalink
File icon: add haml extension (#86)
Browse files Browse the repository at this point in the history
* add haml file icon

* Update color

---------

Co-authored-by: Miguel Solorio <miguel.solorio07@gmail.com>
  • Loading branch information
OsvaldoMDLM and miguelsolorio authored May 5, 2023
1 parent 3c36d9e commit 81e376e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/icons/files/haml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"folder-orange-code": { "iconPath": "./icons/folders/folder-orange-code.svg" },
"folder-sky-code": { "iconPath": "./icons/folders/folder-sky-code.svg" },
"folder-gray-code": { "iconPath": "./icons/folders/folder-gray-code.svg" },
"folder-yellow-code": {"iconPath": "./icons/folders/folder-yellow-code.svg"},
"folder-yellow-code": { "iconPath": "./icons/folders/folder-yellow-code.svg" },
"folder-red-code": { "iconPath": "./icons/folders/folder-red-code.svg" },

"folder-config": { "iconPath": "./icons/folders/folder-config.svg" },
Expand Down Expand Up @@ -154,6 +154,7 @@
"vercel": { "iconPath": "./icons/files/vercel.svg" },
"netlify": { "iconPath": "./icons/files/netlify.svg" },
"deno": { "iconPath": "./icons/files/deno.svg" },
"haml": { "iconPath": "./icons/files/haml.svg" },
"erlang": { "iconPath": "./icons/files/erlang.svg" },
"rescript": { "iconPath": "./icons/files/rescript.svg" },
"rescript-interface": { "iconPath": "./icons/files/rescript-interface.svg" },
Expand Down Expand Up @@ -183,6 +184,7 @@
"cfm": "coldfusion",
"erl": "erlang",
"hrl": "erlang",
"haml": "haml",
"deno": "deno",
"netlify": "netlify",
"vercel": "vercel",
Expand Down Expand Up @@ -1004,6 +1006,7 @@
"awk": "shell",
"shellscript": "shell",
"php": "php",
"haml": "haml",
"html": "brackets-orange",
"json": "brackets-yellow",
"pip-requirements": "python",
Expand Down

0 comments on commit 81e376e

Please sign in to comment.