From 35ab5230a5a240b6d717ec718c0001b279d3ecc8 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Sep 2022 16:24:13 -0300 Subject: [PATCH 1/3] Add Ren'Py --- devicon.json | 21 ++++ icons/renpy/renpy-original.svg | 198 +++++++++++++++++++++++++++++++++ icons/renpy/renpy-plain.svg | 3 + 3 files changed, 222 insertions(+) create mode 100644 icons/renpy/renpy-original.svg create mode 100644 icons/renpy/renpy-plain.svg diff --git a/devicon.json b/devicon.json index 89506c7a0..5f083cee3 100644 --- a/devicon.json +++ b/devicon.json @@ -6292,6 +6292,27 @@ } ] }, + { + "name": "renpy", + "altnames": [ + "Ren'Py" + ], + "tags": [ + "programming", + "language" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#ff7f7f", + "aliases": [] + }, { "name": "rider", "altnames": [], diff --git a/icons/renpy/renpy-original.svg b/icons/renpy/renpy-original.svg new file mode 100644 index 000000000..12e6bc42b --- /dev/null +++ b/icons/renpy/renpy-original.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/renpy/renpy-plain.svg b/icons/renpy/renpy-plain.svg new file mode 100644 index 000000000..de8cf16f7 --- /dev/null +++ b/icons/renpy/renpy-plain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file From 71d9c50ce4b8054bc434554597c81dcde3706e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Thu, 29 Sep 2022 23:00:39 -0300 Subject: [PATCH 2/3] Update devicon.json Co-authored-by: David Leal --- devicon.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 5f083cee3..0f598e221 100644 --- a/devicon.json +++ b/devicon.json @@ -6299,7 +6299,9 @@ ], "tags": [ "programming", - "language" + "game-engine", + "engine", + "python" ], "versions": { "svg": [ From 82b53be7b2325861d95bf519f90e38d36649159d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Thu, 13 Oct 2022 01:07:39 -0300 Subject: [PATCH 3/3] Fix versions and aliases of `handlebars` and `yarn` --- devicon.json | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/devicon.json b/devicon.json index cd3f41397..312be1628 100644 --- a/devicon.json +++ b/devicon.json @@ -3303,12 +3303,21 @@ "original-wordmark" ], "font": [ - "plain", - "plain-wordmark" + "original", + "original-wordmark" ] }, "color": "#000000", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] }, { "name": "harvester", @@ -8469,12 +8478,21 @@ "original-wordmark" ], "font": [ - "plain", - "plain-wordmark" + "original", + "original-wordmark" ] }, "color": "#2c8ebb", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] }, { "name": "yii",