Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
feat: Add custom icon config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Apr 24, 2024
1 parent c284ed7 commit 6a627f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions fileicons/kawaii-icons-theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"iconDefinitions": {},
"fileExtensions": {}
}
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
"categories": [
"Themes"
],
"contributes": {}
"contributes": {
"iconThemes": [
{
"id": "kawaii-icons",
"label": "Kawaii Icons",
"path": "./fileicons/kawaii-icons-theme.json"
}
]
}
}

0 comments on commit 6a627f6

Please sign in to comment.