From 9071129644d10390c7012768a7dc1cf59fedf860 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Thu, 10 May 2018 16:25:11 +0200 Subject: [PATCH] Update colors of Gitter, Ghost and Evernote (#848) * Update Gitter color Update the color for the Gitter logo. Since it is hard to find an official source for the color, but pink seems to be more or less their brand color, I used the pink found at https://brandcolors.net/b/gitter Closes #820 * Update Ghost color Updated the color of the Ghost icon based on their (updated) styleguide Closes #824 * Update Evernote color Updated the color for the Evernote icon. Although the green is more iconic, their brand guidelines specify explicitely that you should not change the color of the logo. Closes #813 * Update Evernote color Updated the Evernote color based on feedback by @birjolaxew using the primary brand color rather then the icon color --- _data/simple-icons.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 477ab700..ec378599 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -472,8 +472,8 @@ }, { "title": "Evernote", - "hex": "2DBE60", - "source": "https://evernote.com/brand/color-palette/" + "hex": "2DBD60", + "source": "https://evernote.com/c/assets/brand-and-press/evernote-brand-guidelines.pdf" }, { "title": "Everplaces", @@ -562,8 +562,8 @@ }, { "title": "Ghost", - "hex": "718087", - "source": "https://ghost.org/about/logos" + "hex": "738A94", + "source": "https://ghost.org/design" }, { "title": "Git", @@ -582,7 +582,7 @@ }, { "title": "Gitter", - "hex": "FF0064", + "hex": "ED1965", "source": "https://gitter.im/" }, {