From 8ae1dada4e3260ba8087943862ea824b07bc641e Mon Sep 17 00:00:00 2001 From: ewy Date: Tue, 14 Apr 2026 17:26:49 +0200 Subject: boldify own name for prosperity --- menu/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menu') diff --git a/menu/banner.go b/menu/banner.go index c9d8e56..5a4f561 100644 --- a/menu/banner.go +++ b/menu/banner.go @@ -23,7 +23,7 @@ var ( return lipgloss.NewStyle() }) BannerSelfStyle = style.New(func() lipgloss.Style { - return lipgloss.NewStyle().MarginRight(1) + return lipgloss.NewStyle().MarginRight(1).Bold(true) }) BannerPromptStyle = style.New(func() lipgloss.Style { return lipgloss.NewStyle() -- cgit v1.3