avatar color

This commit is contained in:
Yuri Kuznetsov
2024-03-31 17:31:18 +03:00
parent f8106a81c7
commit f2735e5fbc
+5 -2
View File
@@ -50,7 +50,10 @@ class Avatar extends Image
private string $systemColor = '#a4b5bd';
private string $portalColor = '#c9a3d1';
/** @var string[] */
/**
* @noinspection SpellCheckingInspection
* @var string[]
*/
private array $colorList = [
'#6fa8d6', // blue
'#e3bf59', // yellow
@@ -58,7 +61,7 @@ class Avatar extends Image
'#8093BD',
'#7cc4a4',
'#8a7cc2',
'#87d96c', // green
'#77c9c0', // light blue
'#d6aa6b', // dark yellow
'#e6859d', // red,
];