1
0
mirror of https://github.com/maaslalani/gambit.git synced 2024-12-30 21:19:52 +02:00

fix: faint style

This commit is contained in:
Maas Lalani 2021-12-01 20:33:44 -05:00
parent a9baeeae24
commit aac78acfec
No known key found for this signature in database
GPG Key ID: F53774FA051C052A

View File

@ -4,5 +4,5 @@ import "github.com/charmbracelet/lipgloss"
var (
activeStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#E8B4BC"))
faintStyle = lipgloss.NewStyle().Faint(true)
faintStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#808080"))
)