From ffb0df809897d2f4b8d9d29f3b84e39ba2efc7cf Mon Sep 17 00:00:00 2001 From: Nestor Vera Date: Mon, 11 Nov 2024 17:19:59 +0100 Subject: [PATCH 1/3] docs(CONTRIBUTING): update `catwalk` repo link (#355) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97b66d54..75728278 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ We use a set of tools to build the extension and assets: - [`nodejs@latest`](https://nodejs.org/en) as runtime. - [`pnpm`](http://pnpm.io) as dependency manager. -- [`catwalk`](https://github.com/catppuccin/toolbox/tree/main/catwalk) as in-house preview generator (_optional_). +- [`catwalk`](https://github.com/catppuccin/catwalk) as in-house preview generator (_optional_). ### Scripts From e22602f7d748b5b9c8c04298000493192dfd68bf Mon Sep 17 00:00:00 2001 From: PraZ Date: Sun, 1 Dec 2024 16:36:16 +0100 Subject: [PATCH 2/3] feat: envrc icon (#367) --- icons/css-variables/envrc.svg | 6 ++++++ icons/frappe/envrc.svg | 6 ++++++ icons/latte/envrc.svg | 6 ++++++ icons/macchiato/envrc.svg | 6 ++++++ icons/mocha/envrc.svg | 6 ++++++ src/defaults/fileIcons.ts | 3 +++ 6 files changed, 33 insertions(+) create mode 100644 icons/css-variables/envrc.svg create mode 100644 icons/frappe/envrc.svg create mode 100644 icons/latte/envrc.svg create mode 100644 icons/macchiato/envrc.svg create mode 100644 icons/mocha/envrc.svg diff --git a/icons/css-variables/envrc.svg b/icons/css-variables/envrc.svg new file mode 100644 index 00000000..6fa549e6 --- /dev/null +++ b/icons/css-variables/envrc.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/frappe/envrc.svg b/icons/frappe/envrc.svg new file mode 100644 index 00000000..f0c00584 --- /dev/null +++ b/icons/frappe/envrc.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/latte/envrc.svg b/icons/latte/envrc.svg new file mode 100644 index 00000000..b4178c15 --- /dev/null +++ b/icons/latte/envrc.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/macchiato/envrc.svg b/icons/macchiato/envrc.svg new file mode 100644 index 00000000..89848144 --- /dev/null +++ b/icons/macchiato/envrc.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/mocha/envrc.svg b/icons/mocha/envrc.svg new file mode 100644 index 00000000..6a47e975 --- /dev/null +++ b/icons/mocha/envrc.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/defaults/fileIcons.ts b/src/defaults/fileIcons.ts index 392d458b..7745c3b8 100644 --- a/src/defaults/fileIcons.ts +++ b/src/defaults/fileIcons.ts @@ -771,6 +771,9 @@ const fileIcons: FileIcons = { '.env.cat', ], }, + 'envrc': { + fileNames: ['.envrc'], + }, 'erlang': { languageIds: ['erlang'], fileExtensions: ['erl'], From 89edb3d76872e0ec311773a1ca11cfa026088b82 Mon Sep 17 00:00:00 2001 From: PraZ Date: Sun, 1 Dec 2024 17:05:21 +0100 Subject: [PATCH 3/3] feat: symlink icon (unassociated) (#368) --- icons/css-variables/symlink.svg | 5 +++++ icons/frappe/symlink.svg | 5 +++++ icons/latte/symlink.svg | 5 +++++ icons/macchiato/symlink.svg | 5 +++++ icons/mocha/symlink.svg | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 icons/css-variables/symlink.svg create mode 100644 icons/frappe/symlink.svg create mode 100644 icons/latte/symlink.svg create mode 100644 icons/macchiato/symlink.svg create mode 100644 icons/mocha/symlink.svg diff --git a/icons/css-variables/symlink.svg b/icons/css-variables/symlink.svg new file mode 100644 index 00000000..b1805f3a --- /dev/null +++ b/icons/css-variables/symlink.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/frappe/symlink.svg b/icons/frappe/symlink.svg new file mode 100644 index 00000000..0dfaf00f --- /dev/null +++ b/icons/frappe/symlink.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/latte/symlink.svg b/icons/latte/symlink.svg new file mode 100644 index 00000000..c269f332 --- /dev/null +++ b/icons/latte/symlink.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/macchiato/symlink.svg b/icons/macchiato/symlink.svg new file mode 100644 index 00000000..de6be58c --- /dev/null +++ b/icons/macchiato/symlink.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icons/mocha/symlink.svg b/icons/mocha/symlink.svg new file mode 100644 index 00000000..f97f2946 --- /dev/null +++ b/icons/mocha/symlink.svg @@ -0,0 +1,5 @@ + + + + +