diff options
| author | Paul Buetow <paul@buetow.org> | 2021-08-11 09:32:13 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-08-11 09:32:13 +0300 |
| commit | 9bb96433be61d89f8e86f6f9ded8e35f74156a63 (patch) | |
| tree | cdbcc63433955bcde584c232d3676a78b3c52ee5 /internal/version | |
| parent | f3e08046badcbc852a6875b5553ee0a648021552 (diff) | |
add colorTable option
Diffstat (limited to 'internal/version')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index a513fdc..7cfe12c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -30,7 +30,7 @@ func PaintedString() string { return String() } - name := color.PaintWithAttr(Name, + name := color.PaintWithAttr(fmt.Sprintf(" %s ", Name), color.FgYellow, color.BgBlue, color.AttrBold) version := color.PaintWithAttr(fmt.Sprintf(" %s ", Version), |
