From c05193f91247f644ffbcaaccd7e9b5aeb5c40fe2 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 8 Jul 2022 19:08:41 -0700 Subject: [PATCH] fix: repo names in headers now show up in light terminals --- ui/styles/styles.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/styles/styles.go b/ui/styles/styles.go index 6e69fcb2564580fd320d443e9734093ba976aab6..8f3a30f4550c997f4200657772cb250ca45b95dc 100644 --- a/ui/styles/styles.go +++ b/ui/styles/styles.go @@ -181,10 +181,11 @@ func DefaultStyles() *Styles { BorderForeground(lipgloss.Color("238")) s.Repo.HeaderName = lipgloss.NewStyle(). + Foreground(lipgloss.Color("212")). Bold(true) s.Repo.HeaderDesc = lipgloss.NewStyle(). - Faint(true) + Foreground(lipgloss.Color("244")) s.Footer = lipgloss.NewStyle(). MarginTop(1).