Skip to content

Commit

Permalink
move style package (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Aug 27, 2023
1 parent bc4128e commit cef343f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/hey/style/style.go → ui/style/style.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,8 @@ func List() (s list.DefaultItemStyles) {

return s
}

func AsciiArt() lipgloss.Style {
return lipgloss.NewStyle().
Foreground(lipgloss.Color(HighlightColor))
}

0 comments on commit cef343f

Please sign in to comment.