Skip to content

Commit 1bb73ca

Browse files
committed
Add icon/color for Scala files
1 parent 9706edf commit 1bb73ca

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ 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
18+
- Add icon and color for bicep (.bicep)
1919
- Add icon and color for `output` wellknown folder
20+
- Add icon and color for Scala (.scala, .sc)
2021

2122
## [0.10.0] 2022-07-06
2223

Terminal-Icons/Data/colorThemes/devblackops.psd1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,10 @@
556556
# Puppet
557557
'.pp' = 'FFA61A'
558558
'.epp' = 'FFA61A'
559+
560+
# Scala
561+
'.scala' = 'DE3423'
562+
'.sc' = 'DE3423'
559563
}
560564
}
561565
}

Terminal-Icons/Data/colorThemes/devblackops_light.psd1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,10 @@
555555
# Puppet
556556
'.pp' = 'FFA61A'
557557
'.epp' = 'FFA61A'
558+
559+
# Scala
560+
'.scala' = 'DE3423'
561+
'.sc' = 'DE3423'
558562
}
559563
}
560564
}

Terminal-Icons/Data/iconThemes/devblackops.psd1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,10 @@
562562
# Puppet
563563
'.pp' = 'nf-custom-puppet'
564564
'.epp' = 'nf-custom-puppet'
565+
566+
# Scala
567+
'.scala' = 'nf-dev-scala'
568+
'.sc' = 'nf-dev-scala'
565569
}
566570
}
567571
}

0 commit comments

Comments
 (0)