Skip to content

Commit 9706edf

Browse files
committed
Add icon/color for .bicep files
1 parent a5eae58 commit 9706edf

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
- [**#90**](https://github.com/devblackops/Terminal-Icons/pull/90) - Add icon and color for `benchmark` wellknown folder (via [@wangkanai](https://github.com/wangkanai))
1616
- Add glyphs from Nerd Font v2.2.0 (must have a Nerd Font >= 2.2.0 installed to see these)
1717
- Add icon and color for Puppet (.pp and .epp)
18+
- Add icon and color for .bicep files
1819
- Add icon and color for `output` wellknown folder
1920

2021
## [0.10.0] 2022-07-06

Terminal-Icons/Data/colorThemes/devblackops.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,9 @@
532532
'.tfvars' = '948EEC'
533533
'.auto.tfvars' = '948EEC'
534534

535+
# Bicep
536+
'.bicep' = '00BFFF'
537+
535538
# Disk Image
536539
'.vmdk' = 'E1E3E6'
537540
'.vhd' = 'E1E3E6'

Terminal-Icons/Data/colorThemes/devblackops_light.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,9 @@
531531
'.tfvars' = '948EEC'
532532
'.auto.tfvars' = '948EEC'
533533

534+
# Bicep
535+
'.bicep' = '00BFFF'
536+
534537
# Disk Image
535538
'.vmdk' = 'a9afb8'
536539
'.vhd' = 'a9afb8'

Terminal-Icons/Data/iconThemes/devblackops.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,9 @@
538538
'.auto.tfvars' = 'nf-dev-code_badge'
539539
'.auto.tfvars.json' = 'nf-dev-code_badge'
540540

541+
# Bicep
542+
'.bicep' = 'nf-seti-bicep'
543+
541544
# Disk Image
542545
'.vmdk' = 'nf-md-harddisk'
543546
'.vhd' = 'nf-md-harddisk'

0 commit comments

Comments
 (0)