Skip to content

Commit

Permalink
Add icon and color for Sass (.scss)
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Jul 7, 2022
1 parent d7445f2 commit 4fb63c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added

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

### Fixed

- [**#68**](https://github.com/devblackops/Terminal-Icons/issues/68) Symlink rendering on Windows PowerShell
Expand Down
1 change: 1 addition & 0 deletions Terminal-Icons/Data/colorThemes/devblackops.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
'.asp' = 'CD5C5C'
'.css' = '87CEFA'
'.sass' = 'FF00FF'
'.scss' = 'FF00FF'
'.less' = '6B8E23'

# Markdown
Expand Down
1 change: 1 addition & 0 deletions Terminal-Icons/Data/colorThemes/devblackops_light.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
'.asp' = 'CD5C5C'
'.css' = '87CEFA'
'.sass' = 'FF00FF'
'.scss' = 'FF00FF'
'.less' = '6B8E23'

# Markdown
Expand Down
1 change: 1 addition & 0 deletions Terminal-Icons/Data/iconThemes/devblackops.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@
'.asp' = 'nf-seti-html'
'.css' = 'nf-dev-css3'
'.sass' = 'nf-dev-sass'
'.scss' = 'nf-dev-sass'
'.less' = 'nf-dev-less'

# Markdown
Expand Down

0 comments on commit 4fb63c4

Please sign in to comment.