Skip to content

Commit

Permalink
feat: add mercurial icon (#1898)
Browse files Browse the repository at this point in the history
* feat: add Mercurial icon

* Update colors

---------

Co-authored-by: Philipp Kief <philipp.kief@gmx.de>
  • Loading branch information
toFrankie and PKief committed Apr 7, 2023
1 parent 4c73696 commit 46325b6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions icons/folder-mercurial-open.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions icons/folder-mercurial.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icons/mercurial.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -2263,6 +2263,17 @@ export const fileIcons: FileIcons = {
fileExtensions: ['gml', 'yy', 'yyp', 'yyz'],
},
{ name: 'tldraw', fileExtensions: ['tldr'], light: true },
{
name: 'mercurial',
fileNames: [
'.hg',
'.hgignore',
'.hgflow',
'.hgrc',
'hgrc',
'mercurial.ini',
],
},
{
name: 'deno',
fileNames: ['deno.json', 'deno.jsonc', 'deno.lock'],
Expand Down
4 changes: 4 additions & 0 deletions src/icons/folderIcons.ts
Expand Up @@ -816,6 +816,10 @@ export const folderIcons: FolderTheme[] = [
name: 'folder-gamemaker',
folderNames: ['gamemaker', 'gamemaker2'],
},
{
name: 'folder-mercurial',
folderNames: ['.hg', 'hghooks', '.hghooks', '.hgext'],
},
{
name: 'folder-godot',
folderNames: ['godot', '.godot', 'godot-cpp', '.godot-cpp'],
Expand Down

0 comments on commit 46325b6

Please sign in to comment.