Skip to content

Commit 8c54685

Browse files
committed
Added color classes to flutter icons and its variations to json file
1 parent 40cd6bc commit 8c54685

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

devicon-colors.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,10 @@
334334
.devicon-firefox-plain.colored {
335335
color: #DD732A;
336336
}
337+
.devicon-flutter-original.colored,
338+
.devicon-flutter-plain.colored {
339+
color:#3FB6D3;
340+
}
337341
.devicon-foundation-plain-wordmark.colored,
338342
.devicon-foundation-plain.colored {
339343
color: #008cba;

devicon.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,14 @@
343343
"font": ["plain", "plain-wordmark"]
344344
}
345345
},
346+
{
347+
"name": "flutter",
348+
"tags": ["framework", "sdk"],
349+
"versions": {
350+
"svg": ["original", "plain"],
351+
"font": ["plain"]
352+
}
353+
},
346354
{
347355
"name": "foundation",
348356
"tags": ["framework", "css"],

0 commit comments

Comments
 (0)