Skip to content

Commit 0f547cb

Browse files
authored
feat: create minimal icon theme (#2)
1 parent 4bc9fec commit 0f547cb

92 files changed

Lines changed: 342 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,15 @@
3131
"minimal",
3232
"theme"
3333
],
34-
"contributes": {},
34+
"contributes": {
35+
"iconThemes": [
36+
{
37+
"id": "glyph.minimal",
38+
"label": "%iconThemeLabelMinimal%",
39+
"path": "./theme/minimal-icon-theme.json"
40+
}
41+
]
42+
},
3543
"scripts": {
3644
"prepare": "husky"
3745
},

theme/icons/dark/angular.svg

Lines changed: 3 additions & 0 deletions
Loading

theme/icons/dark/archive.svg

Lines changed: 3 additions & 0 deletions
Loading

theme/icons/dark/audio.svg

Lines changed: 3 additions & 0 deletions
Loading

theme/icons/dark/braces.svg

Lines changed: 3 additions & 0 deletions
Loading

theme/icons/dark/brackets.svg

Lines changed: 3 additions & 0 deletions
Loading

theme/icons/dark/camera.svg

Lines changed: 3 additions & 0 deletions
Loading

theme/icons/dark/cert.svg

Lines changed: 3 additions & 0 deletions
Loading

theme/icons/dark/commit.svg

Lines changed: 3 additions & 0 deletions
Loading

theme/icons/dark/copy.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)