From 35a2968348a7e18c62884eda0c4142e94e310499 Mon Sep 17 00:00:00 2001 From: "Ezequiel S. Sandoval" Date: Thu, 22 Oct 2020 15:56:25 -0500 Subject: [PATCH 1/3] Merged with develop branch and updated json file, added flutter. Deleted colors.css --- devicon.json | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/devicon.json b/devicon.json index 60f316fbb..468a0223d 100644 --- a/devicon.json +++ b/devicon.json @@ -925,6 +925,25 @@ "color": "#DD732A", "aliases": [] }, + { + "name": "flutter", + "tags": [ + "framework", + "sdk" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain", + "plain-wordmark" + ] + }, + "color": "#008cba", + "aliases": [] + }, { "name": "foundation", "tags": [ @@ -939,11 +958,10 @@ "plain-wordmark" ], "font": [ - "plain", - "plain-wordmark" + "plain" ] }, - "color": "#008cba", + "color": "#3FB6D3", "aliases": [] }, { From b4efe077e904f4ca03617aa711645a13bd73cb11 Mon Sep 17 00:00:00 2001 From: "Ezequiel S. Sandoval" Date: Thu, 22 Oct 2020 18:13:34 -0500 Subject: [PATCH 2/3] deleted font plain-wordmark from json file --- devicon.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devicon.json b/devicon.json index 468a0223d..5011375db 100644 --- a/devicon.json +++ b/devicon.json @@ -937,8 +937,7 @@ "plain" ], "font": [ - "plain", - "plain-wordmark" + "plain" ] }, "color": "#008cba", From 999971f577790e28bb031e1969c5aed25f3d5526 Mon Sep 17 00:00:00 2001 From: "Ezequiel S. Sandoval" Date: Fri, 23 Oct 2020 19:38:24 -0500 Subject: [PATCH 3/3] Changed flutter foundation color --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 5011375db..a022a8ce4 100644 --- a/devicon.json +++ b/devicon.json @@ -940,7 +940,7 @@ "plain" ] }, - "color": "#008cba", + "color": "#3FB6D3", "aliases": [] }, {