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)