diff options
| author | Paul Buetow <paul@buetow.org> | 2021-09-05 15:51:26 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-09-05 15:51:26 +0300 |
| commit | bfcb0f159a4835cc6a0326ff46de7934e0363aed (patch) | |
| tree | 92a3f9363df0e70bf54a2a3c99928aa6a4ef861c /internal/color/table.go | |
| parent | 23982f331c2154a66b86d596226c24454fd06be5 (diff) | |
finalize new default color schema
Diffstat (limited to 'internal/color/table.go')
| -rw-r--r-- | internal/color/table.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/color/table.go b/internal/color/table.go index 8c36047..e2265e3 100644 --- a/internal/color/table.go +++ b/internal/color/table.go @@ -26,7 +26,7 @@ func printColorTable(attr string) { attribute, _ := ToAttribute(attr) text := fmt.Sprintf(" Foreground:%10s | Background:%10s | Attribute:%10s ", fg, bg, attr) - fmt.Print(PaintWithAttr(text, fgColor, bgColor, attribute)) + fmt.Print(PaintStrWithAttr(text, fgColor, bgColor, attribute)) fmt.Print("\n") } } |
