aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/colors.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/colors.go b/util/colors.go
index 5169bef1..5aa34363 100644
--- a/util/colors.go
+++ b/util/colors.go
@@ -3,6 +3,7 @@ package util
import "github.com/fatih/color"
var (
+ Bold = color.New(color.Bold).SprintFunc()
Black = color.New(color.FgBlack).SprintFunc()
BlackBg = color.New(color.BgBlack, color.FgWhite).SprintFunc()
White = color.New(color.FgWhite).SprintFunc()