From eab5b3597664d4c8a938f53c0661a5823e456f45 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Sun, 10 Oct 2021 00:10:15 +0200 Subject: [PATCH 1/3] Add opencv icons --- devicon.json | 22 ++++++++++++++++++++++ icons/opencv/opencv-original-wordmark.svg | 1 + icons/opencv/opencv-original.svg | 1 + icons/opencv/opencv-plain-wordmark.svg | 1 + icons/opencv/opencv-plain.svg | 1 + 5 files changed, 26 insertions(+) create mode 100644 icons/opencv/opencv-original-wordmark.svg create mode 100644 icons/opencv/opencv-original.svg create mode 100644 icons/opencv/opencv-plain-wordmark.svg create mode 100644 icons/opencv/opencv-plain.svg diff --git a/devicon.json b/devicon.json index b68ac4b8..a1f43486 100644 --- a/devicon.json +++ b/devicon.json @@ -4800,5 +4800,27 @@ }, "color": "#009fe3", "aliases": [] + }, + { + "name": "opencv", + "tags": [ + "library", + "c/c++", + "computer vision" + ], + "versions": { + "svg": [ + "original", + "original-wordmark", + "plain", + "plain-wordmark" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#000000", + "aliases": [] } ] diff --git a/icons/opencv/opencv-original-wordmark.svg b/icons/opencv/opencv-original-wordmark.svg new file mode 100644 index 00000000..7b85218f --- /dev/null +++ b/icons/opencv/opencv-original-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/opencv/opencv-original.svg b/icons/opencv/opencv-original.svg new file mode 100644 index 00000000..832ff965 --- /dev/null +++ b/icons/opencv/opencv-original.svg @@ -0,0 +1 @@ + diff --git a/icons/opencv/opencv-plain-wordmark.svg b/icons/opencv/opencv-plain-wordmark.svg new file mode 100644 index 00000000..e3ce96a2 --- /dev/null +++ b/icons/opencv/opencv-plain-wordmark.svg @@ -0,0 +1 @@ + diff --git a/icons/opencv/opencv-plain.svg b/icons/opencv/opencv-plain.svg new file mode 100644 index 00000000..6c0b4f48 --- /dev/null +++ b/icons/opencv/opencv-plain.svg @@ -0,0 +1 @@ + From 1c783fd057be45d097215b10e1efb15f84c6a442 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Sun, 10 Oct 2021 14:36:39 +0200 Subject: [PATCH 2/3] Update tag Co-authored-by: David Leal --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index a1f43486..9de333e9 100644 --- a/devicon.json +++ b/devicon.json @@ -4806,7 +4806,7 @@ "tags": [ "library", "c/c++", - "computer vision" + "computer-vision" ], "versions": { "svg": [ From f03e80f7292fcb542856c664fba4ca89fccd8260 Mon Sep 17 00:00:00 2001 From: Patrik Wehrli Date: Sun, 10 Oct 2021 14:37:29 +0200 Subject: [PATCH 3/3] Update color for opencv Co-authored-by: David Leal --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 9de333e9..cd17ffc3 100644 --- a/devicon.json +++ b/devicon.json @@ -4820,7 +4820,7 @@ "plain-wordmark" ] }, - "color": "#000000", + "color": "#128dff", "aliases": [] } ]