From 1cf1e2f34dbf9b8c10985cd3a0a2fd4d3b774547 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 28 Jul 2022 16:02:13 -0700 Subject: [PATCH] feat(ui): de-emphasize tabs slightly --- ui/styles/styles.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/styles/styles.go b/ui/styles/styles.go index cf360089c07295439bb0d2e018b7d295f6e107b2..a55a28f2d434c5cd489b7af8c09e2d030d5f808c 100644 --- a/ui/styles/styles.go +++ b/ui/styles/styles.go @@ -166,10 +166,10 @@ func DefaultStyles() *Styles { MarginRight(2) s.TopLevelActiveTab = s.TopLevelNormalTab.Copy(). - Foreground(lipgloss.Color("35")) + Foreground(lipgloss.Color("36")) s.TopLevelActiveTabDot = lipgloss.NewStyle(). - Foreground(lipgloss.Color("29")) + Foreground(lipgloss.Color("36")) s.RepoSelector.Normal.Base = lipgloss.NewStyle(). PaddingLeft(1). @@ -445,7 +445,7 @@ func DefaultStyles() *Styles { s.TabActive = lipgloss.NewStyle(). Underline(true). - Foreground(lipgloss.Color("35")) + Foreground(lipgloss.Color("36")) s.TabSeparator = lipgloss.NewStyle(). SetString("│").