Skip to content

Commit

Permalink
feat: add scala icon
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Aug 11, 2024
1 parent 4e51c77 commit 39ca1c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/file-icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@ export let fileIcons: FileIcon[] = [
name: 'Sass',
id: 'sass',
},
{
extensions: ['scala', 'sc'],
name: 'Scala',
id: 'scala',
},
{
extensions: [
'stories.js',
Expand Down
1 change: 1 addition & 0 deletions icons/files/scala.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions themes/adwaita-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"graphql": {
"#f6009b": "#7d8ac7"
},
"scala": {
"#de3423": "#f66151"
},
"stylus": {
"#b3d108": "#33b2a4"
},
Expand Down

0 comments on commit 39ca1c3

Please sign in to comment.