diff options
| author | Paul Buetow <paul@buetow.org> | 2021-08-11 09:42:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-08-11 09:42:51 +0300 |
| commit | 1e00c256842e125a865a6cc3f9aa70a1a498f6dc (patch) | |
| tree | a7ebd3e782cf2abbb72bc06bf242363e1c6877f2 /internal/color/table.go | |
| parent | 9bb96433be61d89f8e86f6f9ded8e35f74156a63 (diff) | |
add paint.go
Diffstat (limited to 'internal/color/table.go')
| -rw-r--r-- | internal/color/table.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/internal/color/table.go b/internal/color/table.go index 8e40a78..8c36047 100644 --- a/internal/color/table.go +++ b/internal/color/table.go @@ -5,14 +5,6 @@ import ( "os" ) -var ColorNames = []string{ - "Black", "Red", "Green", "Yellow", "Blue", "Magenta", "Cyan", "White", "Default", -} - -var AttributeNames = []string{ - "Bold", "Dim", "Italic", "Underline", "Blink", "SlowBlink", "RapidBlink", "Reverse", "Hidden", "None", -} - func TablePrintAndExit() { for _, attr := range AttributeNames { if attr == "Hidden" || attr == "SlowBlink" { |
