Enhance package introduction display with improved color formatting
This commit is contained in:
@@ -106,7 +106,9 @@ local page = UI.Page {
|
|||||||
textColor = colors.yellow,
|
textColor = colors.yellow,
|
||||||
inactive = true,
|
inactive = true,
|
||||||
x = 3, ex = -3, y = 2, ey = -4,
|
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 {
|
contributors = UI.WizardPage {
|
||||||
|
|||||||
Reference in New Issue
Block a user