Skip to content

Commit

Permalink
chore: match flag and SHA1 listing colors
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Sep 21, 2023
1 parent 747b0a6 commit 23724d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func makeStyles(r *lipgloss.Renderer) (s styles) {
s.Quote = r.NewStyle().Foreground(lipgloss.AdaptiveColor{Light: "#FF71D0", Dark: "#FF78D2"})
s.Pipe = r.NewStyle().Foreground(lipgloss.AdaptiveColor{Light: "#8470FF", Dark: "#745CFF"})
s.ConversationList = r.NewStyle().Padding(0, 1)
s.SHA1 = r.NewStyle().Foreground(lipgloss.AdaptiveColor{Light: "#00B594", Dark: "#11d4b1"}).Bold(true)
s.SHA1 = s.Flag.Copy()
s.Bullet = r.NewStyle().SetString("• ").Foreground(lipgloss.AdaptiveColor{Light: "#757575", Dark: "#777"})
s.Timeago = r.NewStyle().Foreground(lipgloss.AdaptiveColor{Light: "#999", Dark: "#555"})
return s
Expand Down

0 comments on commit 23724d3

Please sign in to comment.