Skip to content

Commit

Permalink
more contrast for typings folder (#604)
Browse files Browse the repository at this point in the history
* more contrast for typings folder

* added firstly proposed icons as v2

* changed to 2 instead of v2

* exported for screens
  • Loading branch information
robertohuertasm authored Jan 8, 2017
1 parent 2c4268d commit 71dfecf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions icons/folder_type_typings2@2x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/folder_type_typings2_opened@2x.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 icons/folder_type_typings@2x.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 icons/folder_type_typings_opened@2x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icon-manifest/supportedFolders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const extensions: IFolderCollection = {
{ icon: 'style', extensions: ['style', 'styles'], format: FileFormat.svg },
{ icon: 'test', extensions: ['tests', 'test', '__tests__', '__test__', 'spec', 'specs'], format: FileFormat.svg },
{ icon: 'typings', extensions: ['typings'], format: FileFormat.svg },
{ icon: 'typings2', extensions: ['typings'], format: FileFormat.svg, disabled: true },
{ icon: 'view', extensions: ['view', 'views'], format: FileFormat.svg },
{ icon: 'vscode', extensions: ['.vscode'], format: FileFormat.svg },
{ icon: 'webpack', extensions: ['webpack'], format: FileFormat.svg },
Expand Down

0 comments on commit 71dfecf

Please sign in to comment.