Skip to content

Commit 9471840

Browse files
committed
Add icon and color for Scala Build Tool files (.sbt)
1 parent 388cea8 commit 9471840

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Add icon and color for wellknown file `makefile`.
1515
- Add icon and color for svelte files (.svelte).
1616
- Add icon and color for generic database files (.db)
17+
- Add icon and color for Scala Build Tool files (.sbt)
1718

1819
## [0.11.0] 2023-07-05
1920

Terminal-Icons/Data/colorThemes/devblackops.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@
565565
# Scala
566566
'.scala' = 'DE3423'
567567
'.sc' = 'DE3423'
568+
'.sbt' = 'DE3423'
568569

569570
# Autodesk Inventor
570571
'.iLogicVb' = 'A63B22'

Terminal-Icons/Data/colorThemes/devblackops_light.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@
564564
# Scala
565565
'.scala' = 'DE3423'
566566
'.sc' = 'DE3423'
567+
'.sbt' = 'DE3423'
567568

568569
# Autodesk Inventor
569570
'.iLogicVb' = 'A63B22'

Terminal-Icons/Data/iconThemes/devblackops.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@
571571
# Scala
572572
'.scala' = 'nf-dev-scala'
573573
'.sc' = 'nf-dev-scala'
574+
'.sbt' = 'nf-dev-scala'
574575

575576
# Autodesk Inventor
576577
'.iLogicVb' = 'nf-md-alpha_i'

0 commit comments

Comments
 (0)