Enhance package introduction display with improved color formatting

This commit is contained in:
MayaTheShy
2026-03-22 15:56:47 -04:00
parent 19edc6dc97
commit 50fd8622ff

View File

@@ -106,7 +106,9 @@ local page = UI.Page {
textColor = colors.yellow,
inactive = true,
x = 3, ex = -3, y = 2, ey = -4,
value = string.format(packagesIntro, Ansi.white),
value = string.format(packagesIntro, Ansi.white,
Ansi.yellow, Ansi.white,
Ansi.yellow, Ansi.white),
},
},
contributors = UI.WizardPage {