From d35dd115ce863dc590014f102ae8c7267ee3dd7e Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 18 Jul 2022 16:31:35 -0700 Subject: [PATCH] chore: improve green contrast on light backgrounds --- ui/styles/styles.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/styles/styles.go b/ui/styles/styles.go index 8bb2bdf68173cd44a81074afe2bb25cc2333b5a5..745aa93dd2cb11454e8bce94e9184344c3df5c5c 100644 --- a/ui/styles/styles.go +++ b/ui/styles/styles.go @@ -166,7 +166,7 @@ func DefaultStyles() *Styles { MarginRight(2) s.TopLevelActiveTab = s.TopLevelNormalTab.Copy(). - Foreground(lipgloss.Color("42")) + Foreground(lipgloss.Color("35")) s.TopLevelActiveTabDot = lipgloss.NewStyle(). Foreground(lipgloss.Color("29")) @@ -447,7 +447,7 @@ func DefaultStyles() *Styles { s.TabActive = lipgloss.NewStyle(). Underline(true). - Foreground(lipgloss.Color("42")) + Foreground(lipgloss.Color("35")) s.TabSeparator = lipgloss.NewStyle(). SetString("│").