mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-02 08:40:39 +00:00
current state
This commit is contained in:
12
internal/colors/colors.go
Normal file
12
internal/colors/colors.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package colors
|
||||
|
||||
import (
|
||||
"github.com/fatih/color"
|
||||
)
|
||||
|
||||
var Body = color.New()
|
||||
var Primary = color.New(color.Underline, color.Bold, color.BgBlue)
|
||||
var Secondary = color.New(color.Bold, color.FgCyan)
|
||||
var Success = color.New(color.FgGreen)
|
||||
var Error = color.New(color.FgRed, color.Bold)
|
||||
var Faint = color.New(color.Faint)
|
Reference in New Issue
Block a user