From 35ebdbebecb961aef747543bdb424748350b26be Mon Sep 17 00:00:00 2001 From: PraZ Date: Sun, 1 Dec 2024 17:05:21 +0100 Subject: [PATCH] feat: renovate folder icon --- icons/css-variables/folder_renovate.svg | 11 +++++++++++ icons/css-variables/folder_renovate_open.svg | 11 +++++++++++ icons/css-variables/symlink.svg | 5 +++++ icons/frappe/folder_renovate.svg | 7 +++++++ icons/frappe/folder_renovate_open.svg | 7 +++++++ icons/frappe/symlink.svg | 5 +++++ icons/latte/folder_renovate.svg | 7 +++++++ icons/latte/folder_renovate_open.svg | 7 +++++++ icons/latte/symlink.svg | 5 +++++ icons/macchiato/folder_renovate.svg | 7 +++++++ icons/macchiato/folder_renovate_open.svg | 7 +++++++ icons/macchiato/symlink.svg | 5 +++++ icons/mocha/folder_renovate.svg | 7 +++++++ icons/mocha/folder_renovate_open.svg | 7 +++++++ icons/mocha/symlink.svg | 5 +++++ src/defaults/folderIcons.ts | 6 ++++++ 16 files changed, 109 insertions(+) create mode 100644 icons/css-variables/folder_renovate.svg create mode 100644 icons/css-variables/folder_renovate_open.svg create mode 100644 icons/css-variables/symlink.svg create mode 100644 icons/frappe/folder_renovate.svg create mode 100644 icons/frappe/folder_renovate_open.svg create mode 100644 icons/frappe/symlink.svg create mode 100644 icons/latte/folder_renovate.svg create mode 100644 icons/latte/folder_renovate_open.svg create mode 100644 icons/latte/symlink.svg create mode 100644 icons/macchiato/folder_renovate.svg create mode 100644 icons/macchiato/folder_renovate_open.svg create mode 100644 icons/macchiato/symlink.svg create mode 100644 icons/mocha/folder_renovate.svg create mode 100644 icons/mocha/folder_renovate_open.svg create mode 100644 icons/mocha/symlink.svg diff --git a/icons/css-variables/folder_renovate.svg b/icons/css-variables/folder_renovate.svg new file mode 100644 index 00000000..9f63b170 --- /dev/null +++ b/icons/css-variables/folder_renovate.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/css-variables/folder_renovate_open.svg b/icons/css-variables/folder_renovate_open.svg new file mode 100644 index 00000000..9d6fea7b --- /dev/null +++ b/icons/css-variables/folder_renovate_open.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + 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/folder_renovate.svg b/icons/frappe/folder_renovate.svg new file mode 100644 index 00000000..f937ca3b --- /dev/null +++ b/icons/frappe/folder_renovate.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/frappe/folder_renovate_open.svg b/icons/frappe/folder_renovate_open.svg new file mode 100644 index 00000000..8bd4857c --- /dev/null +++ b/icons/frappe/folder_renovate_open.svg @@ -0,0 +1,7 @@ + + + + + + + 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/folder_renovate.svg b/icons/latte/folder_renovate.svg new file mode 100644 index 00000000..325a6be9 --- /dev/null +++ b/icons/latte/folder_renovate.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/latte/folder_renovate_open.svg b/icons/latte/folder_renovate_open.svg new file mode 100644 index 00000000..5cf38fe7 --- /dev/null +++ b/icons/latte/folder_renovate_open.svg @@ -0,0 +1,7 @@ + + + + + + + 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/folder_renovate.svg b/icons/macchiato/folder_renovate.svg new file mode 100644 index 00000000..af23220b --- /dev/null +++ b/icons/macchiato/folder_renovate.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/macchiato/folder_renovate_open.svg b/icons/macchiato/folder_renovate_open.svg new file mode 100644 index 00000000..e1dd8625 --- /dev/null +++ b/icons/macchiato/folder_renovate_open.svg @@ -0,0 +1,7 @@ + + + + + + + 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/folder_renovate.svg b/icons/mocha/folder_renovate.svg new file mode 100644 index 00000000..82cdb42a --- /dev/null +++ b/icons/mocha/folder_renovate.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/mocha/folder_renovate_open.svg b/icons/mocha/folder_renovate_open.svg new file mode 100644 index 00000000..a5bbac06 --- /dev/null +++ b/icons/mocha/folder_renovate_open.svg @@ -0,0 +1,7 @@ + + + + + + + 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 @@ + + + + + diff --git a/src/defaults/folderIcons.ts b/src/defaults/folderIcons.ts index 40961609..3f3cf478 100644 --- a/src/defaults/folderIcons.ts +++ b/src/defaults/folderIcons.ts @@ -506,6 +506,12 @@ const folderIcons: FolderIcons = { 'redux': { folderNames: ['redux'], }, + 'renovate': { + folderNames: [ + '.renovate', + 'renovate', + ], + }, 'routes': { folderNames: [ 'routes',