Skip to content

Commit 4fb63c4

Browse files
committed
Add icon and color for Sass (.scss)
1 parent d7445f2 commit 4fb63c4

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
### Added
1010

1111
- [**#80**](https://github.com/devblackops/Terminal-Icons/pull/80) - Added light color theme `devblackops_light` (via [@TamKengHong](https://github.com/TamKengHong))
12-
- Add icon and color for Julia language file (.jl) and Vim (.vim)
12+
- Add icon and color for Julia language file (.jl)
13+
- Add icon and color for and Vim (.vim)
14+
- Add icon and color for Sass (.scss)
15+
1316
### Fixed
1417

1518
- [**#68**](https://github.com/devblackops/Terminal-Icons/issues/68) Symlink rendering on Windows PowerShell

Terminal-Icons/Data/colorThemes/devblackops.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@
304304
'.asp' = 'CD5C5C'
305305
'.css' = '87CEFA'
306306
'.sass' = 'FF00FF'
307+
'.scss' = 'FF00FF'
307308
'.less' = '6B8E23'
308309

309310
# Markdown

Terminal-Icons/Data/colorThemes/devblackops_light.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
'.asp' = 'CD5C5C'
304304
'.css' = '87CEFA'
305305
'.sass' = 'FF00FF'
306+
'.scss' = 'FF00FF'
306307
'.less' = '6B8E23'
307308

308309
# Markdown

Terminal-Icons/Data/iconThemes/devblackops.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@
308308
'.asp' = 'nf-seti-html'
309309
'.css' = 'nf-dev-css3'
310310
'.sass' = 'nf-dev-sass'
311+
'.scss' = 'nf-dev-sass'
311312
'.less' = 'nf-dev-less'
312313

313314
# Markdown

0 commit comments

Comments
 (0)