From 8c54685bdfb2e617c5d07a2dcf016faefe6722ab Mon Sep 17 00:00:00 2001 From: "Ezequiel S. Sandoval" Date: Wed, 23 Sep 2020 16:17:18 -0500 Subject: [PATCH] Added color classes to flutter icons and its variations to json file --- devicon-colors.css | 4 ++++ devicon.json | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/devicon-colors.css b/devicon-colors.css index c3698a52..40dc28af 100644 --- a/devicon-colors.css +++ b/devicon-colors.css @@ -334,6 +334,10 @@ .devicon-firefox-plain.colored { color: #DD732A; } +.devicon-flutter-original.colored, +.devicon-flutter-plain.colored { + color:#3FB6D3; +} .devicon-foundation-plain-wordmark.colored, .devicon-foundation-plain.colored { color: #008cba; diff --git a/devicon.json b/devicon.json index 10360910..45af213b 100644 --- a/devicon.json +++ b/devicon.json @@ -343,6 +343,14 @@ "font": ["plain", "plain-wordmark"] } }, + { + "name": "flutter", + "tags": ["framework", "sdk"], + "versions": { + "svg": ["original", "plain"], + "font": ["plain"] + } + }, { "name": "foundation", "tags": ["framework", "css"],