Initial commit
This commit is contained in:
12
internal/style/style.go
Normal file
12
internal/style/style.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package style
|
||||
|
||||
import (
|
||||
"github.com/charmbracelet/lipgloss"
|
||||
"hub.cybercinch.nz/guisea/go-template/internal/color"
|
||||
)
|
||||
|
||||
var (
|
||||
Success = lipgloss.NewStyle().Foreground(color.Green).Render
|
||||
Failure = lipgloss.NewStyle().Foreground(color.Red).Render
|
||||
Warning = lipgloss.NewStyle().Foreground(color.Yellow).Render
|
||||
)
|
||||
Reference in New Issue
Block a user