Skip to content

Commit

Permalink
Add icon for gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed May 21, 2021
1 parent 20c6c89 commit 3f68388
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.5.1] 2021-05-21

### Added

- Add icon for `gruntfile.js`

### Changed

- Theme files and preferences are now stored in the directory defined by `$env:XDG_CONFIG_HOME` (if it exists) on Linux and macOS. If not defined, the default of `$HOME/local/share/powershell/Community/Terminal-Icons` is still used.
Expand Down
3 changes: 3 additions & 0 deletions Terminal-Icons/Data/colorThemes/devblackops.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
'gulpfile.ts' = 'CD5C5C'
'gulpfile.babel.js' = 'CD5C5C'

'gruntfile.js' = 'CD5C5C'

# NodeJS
'package.json' = '6B8E23'
'package-lock.json' = '6B8E23'
Expand Down Expand Up @@ -463,6 +465,7 @@
'.rb' = 'FF0000'
'.erb' = 'FF0000'
'.gemfile' = 'FF0000'
'Rakefile' = 'FF0000'

# FSharp
'.fs' = '00BFFF'
Expand Down
5 changes: 5 additions & 0 deletions Terminal-Icons/Data/iconThemes/devblackops.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
'bitbucket-pipelines.yml' = 'nf-dev-bitbucket'
'bitbucket-pipelines.yaml' = 'nf-dev-bitbucket'
'.azure-pipelines.yml' = 'nf-mdi-azure'

# Firebase
'firebase.json' = 'nf-dev-firebase'
'.firebaserc' = 'nf-dev-firebase'
Expand Down Expand Up @@ -125,6 +126,9 @@
'gulpfile.ts' = 'nf-dev-gulp'
'gulpfile.babel.js' = 'nf-dev-gulp'

# Javascript
'gruntfile.js' = 'nf-seti-grunt'

# NodeJS
'package.json' = 'nf-dev-nodejs_small'
'package-lock.json' = 'nf-dev-nodejs_small'
Expand Down Expand Up @@ -466,6 +470,7 @@
'.rb' = 'nf-oct-ruby'
'.erb' = 'nf-oct-ruby'
'.gemfile' = 'nf-oct-ruby'
'rakefile' = 'nf-oct-ruby'

# FSharp
'.fs' = 'nf-dev-fsharp'
Expand Down

0 comments on commit 3f68388

Please sign in to comment.