Skip to content

Commit

Permalink
Improved folder icons:
Browse files Browse the repository at this point in the history
- Font
- Git
- Sass
- Views

Added folder icon mapping for "html" (views-folder)
  • Loading branch information
PKief committed Feb 19, 2018
1 parent ef86d76 commit a4747c3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 65 deletions.
9 changes: 1 addition & 8 deletions icons/folder-font-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions icons/folder-font.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions icons/folder-git-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions icons/folder-git.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions icons/folder-sass-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions icons/folder-sass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions icons/folder-views-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions icons/folder-views.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-vscode', folderNames: ['.vscode', '.vscode-test'] },
{
name: 'folder-views',
folderNames: ['view', 'views', 'screen', 'screens', 'page', 'pages']
folderNames: ['view', 'views', 'screen', 'screens', 'page', 'pages', 'html']
},
{ name: 'folder-vue', folderNames: ['vue'] },
{ name: 'folder-expo', folderNames: ['.expo'] },
Expand Down

0 comments on commit a4747c3

Please sign in to comment.