Skip to content

Commit

Permalink
Update fm icons to font
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Oct 6, 2023
1 parent 15b187f commit f182403
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@
"activitybar": [{
"id": "frontmatter-explorer",
"title": "FM",
"icon": "assets/frontmatter-short-min.svg"
"icon": "$(fm-logo)"
}]
},
"views": {
"frontmatter-explorer": [{
"id": "frontMatter.explorer",
"name": "Front Matter",
"icon": "assets/frontmatter-short-min.svg",
"icon": "$(fm-logo)",
"type": "webview"
}]
},
Expand Down Expand Up @@ -1873,10 +1873,7 @@
"command": "frontMatter.dashboard.close",
"title": "%command.frontMatter.dashboard.close%",
"category": "Front Matter",
"icon": {
"dark": "/assets/icons/frontmatter-small-teal.svg",
"light": "/assets/icons/frontmatter-small-teal.svg"
}
"icon": "$(fm-logo)"
},
{
"command": "frontMatter.markup.code",
Expand Down Expand Up @@ -2021,46 +2018,31 @@
"command": "frontMatter.dashboard",
"title": "%command.frontMatter.dashboard%",
"category": "Front Matter",
"icon": {
"dark": "/assets/icons/frontmatter-small-dark.svg",
"light": "/assets/icons/frontmatter-small-light.svg"
}
"icon": "$(fm-logo)"
},
{
"command": "frontMatter.dashboard.data",
"title": "%command.frontMatter.dashboard.data%",
"category": "Front Matter",
"icon": {
"dark": "/assets/icons/frontmatter-small-dark.svg",
"light": "/assets/icons/frontmatter-small-light.svg"
}
"icon": "$(fm-logo)"
},
{
"command": "frontMatter.dashboard.media",
"title": "%command.frontMatter.dashboard.media%",
"category": "Front Matter",
"icon": {
"dark": "/assets/icons/frontmatter-small-dark.svg",
"light": "/assets/icons/frontmatter-small-light.svg"
}
"icon": "$(fm-logo)"
},
{
"command": "frontMatter.dashboard.snippets",
"title": "%command.frontMatter.dashboard.snippets%",
"category": "Front Matter",
"icon": {
"dark": "/assets/icons/frontmatter-small-dark.svg",
"light": "/assets/icons/frontmatter-small-light.svg"
}
"icon": "$(fm-logo)"
},
{
"command": "frontMatter.dashboard.taxonomy",
"title": "%command.frontMatter.dashboard.taxonomy%",
"category": "Front Matter",
"icon": {
"dark": "/assets/icons/frontmatter-small-dark.svg",
"light": "/assets/icons/frontmatter-small-light.svg"
}
"icon": "$(fm-logo)"
},
{
"command": "frontMatter.markup.orderedlist",
Expand Down

0 comments on commit f182403

Please sign in to comment.