diff --git a/Terminal-Icons/Data/colorThemes/devblackops.psd1 b/Terminal-Icons/Data/colorThemes/devblackops.psd1 index c9b211e..5a5ee78 100644 --- a/Terminal-Icons/Data/colorThemes/devblackops.psd1 +++ b/Terminal-Icons/Data/colorThemes/devblackops.psd1 @@ -97,6 +97,10 @@ 'bitbucket-pipelines.yaml' = '87CEFA' '.azure-pipelines.yml' = '00BFFF' + # Angular + 'angular.json' = 'DD0031' + '.angular-config.json' = 'DD0031' + # Firebase 'firebase.json' = 'FFA500' '.firebaserc' = 'FFA500' @@ -131,6 +135,9 @@ 'gulpfile.ts' = 'CD5C5C' 'gulpfile.babel.js' = 'CD5C5C' + #Karma + 'karma.conf.js' = '42BEAE' + 'gruntfile.js' = 'CD5C5C' # NodeJS diff --git a/Terminal-Icons/Data/colorThemes/devblackops_light.psd1 b/Terminal-Icons/Data/colorThemes/devblackops_light.psd1 index 4944ba3..8eb6cc0 100644 --- a/Terminal-Icons/Data/colorThemes/devblackops_light.psd1 +++ b/Terminal-Icons/Data/colorThemes/devblackops_light.psd1 @@ -97,6 +97,10 @@ 'bitbucket-pipelines.yaml' = '87CEFA' '.azure-pipelines.yml' = '00BFFF' + # Angular + 'angular.json' = 'DD0031' + '.angular-config.json' = 'DD0031' + # Firebase 'firebase.json' = 'FFA500' '.firebaserc' = 'FFA500' @@ -131,6 +135,9 @@ 'gulpfile.ts' = 'CD5C5C' 'gulpfile.babel.js' = 'CD5C5C' + #Karma + 'karma.conf.js' = '42BEAE' + 'gruntfile.js' = 'CD5C5C' # NodeJS diff --git a/Terminal-Icons/Data/glyphs.ps1 b/Terminal-Icons/Data/glyphs.ps1 index fd31beb..11e5504 100644 --- a/Terminal-Icons/Data/glyphs.ps1 +++ b/Terminal-Icons/Data/glyphs.ps1 @@ -401,6 +401,7 @@ 'nf-custom-folder_git_branch' = '' 'nf-custom-folder_github' = '' 'nf-custom-folder_npm' = '' + 'nf-custom-folder_oct' = '' 'nf-custom-folder_open' = '' 'nf-custom-go' = '' 'nf-custom-home' = '' @@ -8613,6 +8614,7 @@ 'nf-oct-file_removed' = '' 'nf-oct-file_submodule' = '' 'nf-oct-file_symlink_file' = '' + 'nf-oct-file_symlink_directory' = '' 'nf-oct-file_zip' = '' 'nf-oct-filter' = '' 'nf-oct-fiscal_host' = '' diff --git a/Terminal-Icons/Data/iconThemes/devblackops.psd1 b/Terminal-Icons/Data/iconThemes/devblackops.psd1 index 7c8a368..62d2e85 100644 --- a/Terminal-Icons/Data/iconThemes/devblackops.psd1 +++ b/Terminal-Icons/Data/iconThemes/devblackops.psd1 @@ -47,7 +47,7 @@ '.github' = 'nf-custom-folder_github' 'github' = 'nf-fa-github_alt' 'node_modules' = 'nf-custom-folder_npm' - '.azure' = 'nf-md-microsoft_azure' + '.azure' = 'nf-cod-azure' '.aws' = 'nf-dev-aws' '.kube' = 'nf-md-ship_wheel' '.docker' = 'nf-dev-docker' @@ -98,7 +98,11 @@ '.jenkinsfile' = 'nf-dev-jenkins' 'bitbucket-pipelines.yml' = 'nf-dev-bitbucket' 'bitbucket-pipelines.yaml' = 'nf-dev-bitbucket' - '.azure-pipelines.yml' = 'nf-md-microsoft_azure' + '.azure-pipelines.yml' = 'nf-cod-azure' + + # Angular + 'angular.json' = 'nf-md-angular' + '.angular-config.json' = 'nf-md-angular' # Firebase 'firebase.json' = 'nf-dev-firebase' @@ -134,6 +138,9 @@ 'gulpfile.ts' = 'nf-dev-gulp' 'gulpfile.babel.js' = 'nf-dev-gulp' + #Karma + 'karma.conf.js' = 'nf-seti-karma' + # Javascript 'gruntfile.js' = 'nf-seti-grunt' @@ -157,6 +164,9 @@ # Gradle 'gradlew' = 'nf-md-elephant' + + # EditorConfig + '.editorconfig' = 'nf-seti-editorconfig' } # Archive files