Añadido color de borde para el logo, intro y titulo

This commit is contained in:
2022-09-05 16:24:16 +02:00
parent 014312732b
commit e50aa77514
5 changed files with 11 additions and 3 deletions

View File

@@ -229,7 +229,7 @@ color_t stringToColor(std::string str)
}
else
{
{ // zxarne
if (str == "black")
{
return {0x00, 0x00, 0x00};