fix univalent's colours

This commit is contained in:
Jin Asanami
2022-10-19 12:18:39 +09:00
committed by GitHub
parent 7f9269cff2
commit 596c776463
+3 -3
View File
@@ -2021,11 +2021,11 @@ static const FFlogo* getLogoUnivalent()
" UUUUUUUUUUUUU\n"
)
FF_LOGO_COLORS(
"34" //blue
"34", //blue
"32" //green
)
FF_LOGO_COLOR_KEYS("32"); //blue
FF_LOGO_COLOR_TITLE("32"); //blue
FF_LOGO_COLOR_KEYS("34"); //blue
FF_LOGO_COLOR_TITLE("34"); //blue
FF_LOGO_RETURN
}