diff --git a/_data/simple-icons.json b/_data/simple-icons.json index cf97f622..42509a52 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -97,13 +97,13 @@ }, { "title": "Adobe After Effects", - "hex": "D291FF", + "hex": "9999FF", "source": "https://www.adobe.com/products/aftereffects.html" }, { "title": "Adobe Audition", - "hex": "4CC0AD", - "source": "https://www.adobe.com/products/audition.html" + "hex": "9999FF", + "source": "https://www.adobe.com/creativecloud/video.html" }, { "title": "Adobe Creative Cloud", @@ -112,7 +112,7 @@ }, { "title": "Adobe Dreamweaver", - "hex": "35FA00", + "hex": "FF61F6", "source": "https://www.adobe.com/products/dreamweaver.html" }, { @@ -122,7 +122,7 @@ }, { "title": "Adobe Illustrator", - "hex": "F37021", + "hex": "FF9A00", "source": "https://www.adobe.com/products/illustrator.html" }, { @@ -132,12 +132,12 @@ }, { "title": "Adobe Lightroom CC", - "hex": "3DF0F0", + "hex": "31A8FF", "source": "https://www.adobe.com/products/photoshop-lightroom.html" }, { "title": "Adobe Lightroom Classic", - "hex": "AED6EA", + "hex": "31A8FF", "source": "https://www.adobe.com/products/photoshop-lightroom-classic.html" }, { @@ -147,7 +147,7 @@ }, { "title": "Adobe Photoshop", - "hex": "26C9FF", + "hex": "31A8FF", "source": "https://www.adobe.com/products/photoshop.html" }, { @@ -2187,8 +2187,8 @@ }, { "title": "freeCodeCamp", - "hex": "006400", - "source": "https://freecodecamp.com" + "hex": "0A0A23", + "source": "https://design-style-guide.freecodecamp.org/" }, { "title": "freedesktop.org", @@ -4198,7 +4198,7 @@ { "title": "Nissan", "hex": "C3002F", - "source": "https://commons.wikimedia.org/wiki/File:Nissan-logo.svg" + "source": "https://www.nissan.ie/" }, { "title": "NixOS", @@ -6147,8 +6147,8 @@ }, { "title": "Toyota", - "hex": "EB0A1E", - "source": "https://www.toyota.com/brandguidelines/" + "hex": "282830", + "source": "https://www.toyota.ie/world-of-toyota/articles-news-events/2020/new-brand-design.json" }, { "title": "TrainerRoad", diff --git a/icons/adobeaftereffects.svg b/icons/adobeaftereffects.svg index 50499626..5a927722 100644 --- a/icons/adobeaftereffects.svg +++ b/icons/adobeaftereffects.svg @@ -1 +1 @@ -Adobe After Effects icon \ No newline at end of file +Adobe After Effects icon \ No newline at end of file diff --git a/icons/adobeaudition.svg b/icons/adobeaudition.svg index ffb71627..2a7f17b0 100644 --- a/icons/adobeaudition.svg +++ b/icons/adobeaudition.svg @@ -1 +1 @@ -Adobe Audition icon \ No newline at end of file +Adobe Audition icon \ No newline at end of file diff --git a/icons/adobedreamweaver.svg b/icons/adobedreamweaver.svg index fb4ac431..559c586a 100644 --- a/icons/adobedreamweaver.svg +++ b/icons/adobedreamweaver.svg @@ -1 +1 @@ -Adobe Dreamweaver icon \ No newline at end of file +Adobe Dreamweaver icon \ No newline at end of file diff --git a/icons/adobeillustrator.svg b/icons/adobeillustrator.svg index 5a6b2eb6..86733cd2 100644 --- a/icons/adobeillustrator.svg +++ b/icons/adobeillustrator.svg @@ -1 +1 @@ -Adobe Illustrator icon \ No newline at end of file +Adobe Illustrator icon \ No newline at end of file diff --git a/icons/adobelightroomcc.svg b/icons/adobelightroomcc.svg index 7a07ffa6..9b41a23d 100644 --- a/icons/adobelightroomcc.svg +++ b/icons/adobelightroomcc.svg @@ -1 +1 @@ -Adobe Lightroom CC icon \ No newline at end of file +Adobe Lightroom CC icon \ No newline at end of file diff --git a/icons/adobelightroomclassic.svg b/icons/adobelightroomclassic.svg index bb5a7b49..05d16030 100644 --- a/icons/adobelightroomclassic.svg +++ b/icons/adobelightroomclassic.svg @@ -1 +1 @@ -Adobe Lightroom Classic icon \ No newline at end of file +Adobe Lightroom Classic icon \ No newline at end of file diff --git a/icons/adobephotoshop.svg b/icons/adobephotoshop.svg index 72dc56d0..25f63826 100644 --- a/icons/adobephotoshop.svg +++ b/icons/adobephotoshop.svg @@ -1 +1 @@ -Adobe Photoshop icon \ No newline at end of file +Adobe Photoshop icon \ No newline at end of file diff --git a/icons/freecodecamp.svg b/icons/freecodecamp.svg index bf6836cb..99e7d3a4 100644 --- a/icons/freecodecamp.svg +++ b/icons/freecodecamp.svg @@ -1 +1 @@ -freeCodeCamp icon \ No newline at end of file +freeCodeCamp icon \ No newline at end of file diff --git a/icons/nissan.svg b/icons/nissan.svg index f45c0c3b..62359da1 100644 --- a/icons/nissan.svg +++ b/icons/nissan.svg @@ -1 +1 @@ -Nissan icon \ No newline at end of file +Nissan icon \ No newline at end of file diff --git a/icons/toyota.svg b/icons/toyota.svg index e5f2b007..9a93df53 100644 --- a/icons/toyota.svg +++ b/icons/toyota.svg @@ -1 +1 @@ -Toyota icon \ No newline at end of file +Toyota icon \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8ee99dfa..3be39bdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 48dda086..2405865d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "3.4.0", + "version": "3.4.1", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [