Skip to content

Commit

Permalink
feat: vhs/tape file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Mar 9, 2024
1 parent 1bf4bb6 commit 180fa4e
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 42 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
14 changes: 4 additions & 10 deletions icons/css-variables/vento.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 icons/css-variables/vhs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 4 additions & 10 deletions icons/frappe/vento.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 icons/frappe/vhs.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 icons/latte/vhs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 4 additions & 10 deletions icons/macchiato/vento.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 icons/macchiato/vhs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 4 additions & 10 deletions icons/mocha/vento.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 icons/mocha/vhs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions scripts/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async function optimizeIcons() {
* Generates missing icons from existing ones from other palettes.
* If an icon exists in `icons/latte`, it will create its counterparts for other palettes.
*/
function generateIcons() {
async function generateIcons() {
const flavors = [
'css-variables',
'frappe',
Expand Down Expand Up @@ -271,7 +271,7 @@ if (argv.flags.all || argv.flags.optimize)
await optimizeIcons()

if (argv.flags.all || argv.flags.generate)
generateIcons()
await generateIcons()

if (argv.flags.all || argv.flags.preview)
await previewIcons()
3 changes: 3 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2229,6 +2229,9 @@ const fileIcons: Record<string, {
'svh',
],
},
'vhs': {
fileExtensions: ['tape'],
},
'video': {
fileExtensions: [
'webm',
Expand Down

0 comments on commit 180fa4e

Please sign in to comment.