From fce76ac629cb6f012a5045daf8db172685e341db Mon Sep 17 00:00:00 2001 From: Brogio <141176104+Br0gio@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:12:27 +0200 Subject: [PATCH 1/3] Add files via upload --- assets/custom-icons/icons/nextdns.svg | 1 + assets/custom-icons/icons/skiff.svg | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 assets/custom-icons/icons/nextdns.svg create mode 100644 assets/custom-icons/icons/skiff.svg diff --git a/assets/custom-icons/icons/nextdns.svg b/assets/custom-icons/icons/nextdns.svg new file mode 100644 index 000000000..154295c64 --- /dev/null +++ b/assets/custom-icons/icons/nextdns.svg @@ -0,0 +1 @@ +> \ No newline at end of file diff --git a/assets/custom-icons/icons/skiff.svg b/assets/custom-icons/icons/skiff.svg new file mode 100644 index 000000000..0bd7dffd5 --- /dev/null +++ b/assets/custom-icons/icons/skiff.svg @@ -0,0 +1,13 @@ + + skiff + + + + + + + + + \ No newline at end of file From 3994470117eef294de0ad63844d7e97c16f03891 Mon Sep 17 00:00:00 2001 From: Brogio <141176104+Br0gio@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:16:39 +0200 Subject: [PATCH 2/3] Update custom-icons.json Added NextDNS and Skiff --- assets/custom-icons/_data/custom-icons.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/custom-icons/_data/custom-icons.json b/assets/custom-icons/_data/custom-icons.json index 1341b29e6..8b947544e 100644 --- a/assets/custom-icons/_data/custom-icons.json +++ b/assets/custom-icons/_data/custom-icons.json @@ -170,6 +170,14 @@ }, { "title": "Wise" + }, + { + "title": "NextDNS" + }, + { + "title": "Skiff" + "hex": "EF5A3C" } + ] } From dbcfbf0824c724cb5c1338d5b5087e1cc4a971bd Mon Sep 17 00:00:00 2001 From: Brogio <141176104+Br0gio@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:19:24 +0200 Subject: [PATCH 3/3] Update custom-icons.json Forgot comma --- assets/custom-icons/_data/custom-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/custom-icons/_data/custom-icons.json b/assets/custom-icons/_data/custom-icons.json index 8b947544e..74bd6f69b 100644 --- a/assets/custom-icons/_data/custom-icons.json +++ b/assets/custom-icons/_data/custom-icons.json @@ -175,7 +175,7 @@ "title": "NextDNS" }, { - "title": "Skiff" + "title": "Skiff", "hex": "EF5A3C" }