Skip to content

Commit

Permalink
Added circle ci icons
Browse files Browse the repository at this point in the history
References #192
  • Loading branch information
PKief committed Jan 26, 2018
1 parent b24d335 commit 3affa36
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 0 deletions.
14 changes: 14 additions & 0 deletions icons/circleci.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/circleci_light.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-circleci-open.svg
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-circleci.svg
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/icons/fileIcons.ts
Expand Up @@ -633,5 +633,6 @@ export const fileIcons: FileIcons = {
{ name: 'sequelize', fileNames: ['.sequelizerc'] },
{ name: 'gatsby', fileNames: ['gatsby.config.js'] },
{ name: 'wakatime', fileNames: ['.wakatime-project'], fileExtensions: ['.wakatime-project'], light: true },
{ name: 'circleci', fileNames: ['circle.yml'], light: true },
]
};
1 change: 1 addition & 0 deletions src/icons/folderIcons.ts
Expand Up @@ -99,6 +99,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-import', folderNames: ['import', 'imports', 'imported'] },
{ name: 'folder-export', folderNames: ['export', 'exports', 'exported'] },
{ name: 'folder-wakatime', folderNames: ['wakatime'] },
{ name: 'folder-circleci', folderNames: ['.circleci'] },
]
},
{ name: 'classic', defaultIcon: { name: 'folder' }, rootFolder: { name: 'folder-root' } },
Expand Down

0 comments on commit 3affa36

Please sign in to comment.