Skip to content

Commit 32b4d87

Browse files
committed
Add icon and color for svelte files
1 parent e245098 commit 32b4d87

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Add icon and color for wellknown file `jenkinsfile`.
1313
- Add icon and color for c++ files (.cxx and .c++)
1414
- Add icon and color for wellknown file `makefile`.
15+
- Add icon and color for svelte files (.svelte).
1516

1617
## [0.11.0] 2023-07-05
1718

Terminal-Icons/Data/colorThemes/devblackops.psd1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,8 @@
567567

568568
# Autodesk Inventor
569569
'.iLogicVb' = 'A63B22'
570+
571+
'.svelte' = 'FF3E00'
570572
}
571573
}
572574
}

Terminal-Icons/Data/colorThemes/devblackops_light.psd1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,8 @@
566566

567567
# Autodesk Inventor
568568
'.iLogicVb' = 'A63B22'
569+
570+
'.svelte' = 'FF3E00'
569571
}
570572
}
571573
}

Terminal-Icons/Data/iconThemes/devblackops.psd1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,8 @@
573573

574574
# Autodesk Inventor
575575
'.iLogicVb' = 'nf-md-alpha_i'
576+
577+
'.svelte' = 'nf-seti-svelte'
576578
}
577579
}
578580
}

0 commit comments

Comments
 (0)