diff --git a/README.md b/README.md index 52151b4..aa7995e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ # colorful colorful is a lightweight package for rendering colorful text in terminal with Go you can use this instead of **fmt** -package for having many features. +package for having many features. for seeing usages check [this](https://pkg.go.dev/github.com/erfanmomeniii/colorful). # Documentation diff --git a/color.go b/color.go index b8cfd30..9fd123d 100644 --- a/color.go +++ b/color.go @@ -4,7 +4,7 @@ import ( "fmt" ) -// Color +// Colors const ( DefaultColor = "" BlackColor = "\u001b[30m" @@ -26,7 +26,7 @@ const ( ResetColor = "\u001b[0m" ) -// Background color +// Background colors const ( DefaultBackgroundColor = "" BlackBackgroundColor = "\u001b[40m"