From 944fa45e764552f916f531f2b1d03e4d18f8d995 Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 25 Dec 2014 11:39:45 +0200 Subject: [PATCH] change identicon colors --- application/Espo/EntryPoints/Avatar.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/application/Espo/EntryPoints/Avatar.php b/application/Espo/EntryPoints/Avatar.php index 66fbc99189..cb4e72ee98 100644 --- a/application/Espo/EntryPoints/Avatar.php +++ b/application/Espo/EntryPoints/Avatar.php @@ -33,11 +33,14 @@ class Avatar extends Image private $colorList = [ [111,168,214], - [237, 197, 85], + [237,197,85], [212,114,155], - [78,108,173], + '#8093BD', [124,196,164], [138,124,194], + [222,102,102], + '#73D160', + '#E8AF64', ]; protected function getColor($hash)