From 1f14e4d4998220bccc5e033f914201ae2d2a7233 Mon Sep 17 00:00:00 2001 From: Sven Date: Sat, 9 Sep 2023 11:56:56 +0200 Subject: [PATCH 1/4] add kick svg --- assets/custom-icons/icons/kick.svg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 assets/custom-icons/icons/kick.svg diff --git a/assets/custom-icons/icons/kick.svg b/assets/custom-icons/icons/kick.svg new file mode 100644 index 0000000000..29122ec7e7 --- /dev/null +++ b/assets/custom-icons/icons/kick.svg @@ -0,0 +1,3 @@ + + + From e99d29bcbc3006002783ddfd0fc0541126580395 Mon Sep 17 00:00:00 2001 From: Sven Date: Sat, 9 Sep 2023 11:57:03 +0200 Subject: [PATCH 2/4] add porkbun svg --- assets/custom-icons/icons/porkbun.svg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 assets/custom-icons/icons/porkbun.svg diff --git a/assets/custom-icons/icons/porkbun.svg b/assets/custom-icons/icons/porkbun.svg new file mode 100644 index 0000000000..8765d9764a --- /dev/null +++ b/assets/custom-icons/icons/porkbun.svg @@ -0,0 +1,3 @@ + + + From 30b1fca8fb3ff01d42559e184abaeb8b6bb7e5c1 Mon Sep 17 00:00:00 2001 From: Sven Date: Sat, 9 Sep 2023 11:57:09 +0200 Subject: [PATCH 3/4] add windscribe svg --- assets/custom-icons/icons/windscribe.svg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 assets/custom-icons/icons/windscribe.svg diff --git a/assets/custom-icons/icons/windscribe.svg b/assets/custom-icons/icons/windscribe.svg new file mode 100644 index 0000000000..47e920fb6a --- /dev/null +++ b/assets/custom-icons/icons/windscribe.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file From eb6e0f93c6bc10a1dc1360c901fcc0567d8f8def Mon Sep 17 00:00:00 2001 From: Sven Date: Sat, 9 Sep 2023 11:57:31 +0200 Subject: [PATCH 4/4] add colors to custom-icons.json --- assets/custom-icons/_data/custom-icons.json | 32 ++++++++++++++------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/assets/custom-icons/_data/custom-icons.json b/assets/custom-icons/_data/custom-icons.json index 51942b1899..8e3410842e 100644 --- a/assets/custom-icons/_data/custom-icons.json +++ b/assets/custom-icons/_data/custom-icons.json @@ -1,12 +1,24 @@ { - "icons": [ - { - "title": "ente", - "hex": "1DB954" - }, - { - "title": "Github", - "hex": "858585" - } - ] + "icons": [ + { + "title": "ente", + "hex": "1DB954" + }, + { + "title": "Github", + "hex": "858585" + }, + { + "title": "Porkbun", + "hex": "F27777" + }, + { + "title": "Windscribe", + "hex": "858585" + }, + { + "title": "Kick", + "hex": "53FC19" + } + ] }