Skip to content

Commit fb4acee

Browse files
committed
Add icon and color for Autodesk Inventor
1 parent 1bb73ca commit fb4acee

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
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
- Add icon and color for bicep (.bicep)
1919
- Add icon and color for `output` wellknown folder
2020
- Add icon and color for Scala (.scala, .sc)
21+
- Add icon and color for Autodesk Inventor (.iLogicVb)
2122

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

Terminal-Icons/Data/colorThemes/devblackops.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,9 @@
560560
# Scala
561561
'.scala' = 'DE3423'
562562
'.sc' = 'DE3423'
563+
564+
# Autodesk Inventor
565+
'.iLogicVb' = 'A63B22'
563566
}
564567
}
565568
}

Terminal-Icons/Data/colorThemes/devblackops_light.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,9 @@
559559
# Scala
560560
'.scala' = 'DE3423'
561561
'.sc' = 'DE3423'
562+
563+
# Autodesk Inventor
564+
'.iLogicVb' = 'A63B22'
562565
}
563566
}
564567
}

Terminal-Icons/Data/iconThemes/devblackops.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,9 @@
566566
# Scala
567567
'.scala' = 'nf-dev-scala'
568568
'.sc' = 'nf-dev-scala'
569+
570+
# Autodesk Inventor
571+
'.iLogicVb' = 'nf-md-alpha_i'
569572
}
570573
}
571574
}

0 commit comments

Comments
 (0)