From 50fd8622ffcb5b29f514e1c93df29f6dc92dbd20 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 22 Mar 2026 15:56:47 -0400 Subject: [PATCH] Enhance package introduction display with improved color formatting --- sys/apps/Welcome.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/apps/Welcome.lua b/sys/apps/Welcome.lua index a4ab83f..2f49a11 100644 --- a/sys/apps/Welcome.lua +++ b/sys/apps/Welcome.lua @@ -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 {