From f8b1aaa7db56c7cf6a9dee22f90709f591212df9 Mon Sep 17 00:00:00 2001 From: Amr Keleg Date: Thu, 3 Sep 2020 16:35:20 +0200 Subject: [PATCH] Add Arduino to colors.json --- colors.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/colors.json b/colors.json index 9414f15..abf80a4 100644 --- a/colors.json +++ b/colors.json @@ -71,6 +71,10 @@ "color": "#aa2afe", "url": "https://github.com/trending?l=Arc" }, + "Arduino": { + "color": null, + "url": "https://github.com/trending?l=Arduino" + }, "ASP": { "color": "#6a40fd", "url": "https://github.com/trending?l=ASP" @@ -1615,4 +1619,4 @@ "color": null, "url": "https://github.com/trending?l=Zimpl" } -} \ No newline at end of file +}