From eb6e0f93c6bc10a1dc1360c901fcc0567d8f8def Mon Sep 17 00:00:00 2001 From: Sven Date: Sat, 9 Sep 2023 11:57:31 +0200 Subject: [PATCH] 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" + } + ] }