summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 17:26:49 +0200
committerewy <ewy0@protonmail.com>2026-04-14 17:26:49 +0200
commit8ae1dada4e3260ba8087943862ea824b07bc641e (patch)
tree673d2080ca78b3998d480ad0b2ec2745290a87f4
parent45a297a8e526094e8fce6e2c5c0fd89b381d1765 (diff)
boldify own name for prosperity
-rw-r--r--menu/banner.go2
1 files changed, 1 insertions, 1 deletions
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()