color_str

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Black

func Black(s string, op ...Option) string

func Blue

func Blue(s string, op ...Option) string

func Cyan

func Cyan(s string, op ...Option) string

func Green

func Green(s string, op ...Option) string

func Magenta

func Magenta(s string, op ...Option) string

func Red

func Red(s string, op ...Option) string

func White

func White(s string, op ...Option) string

func Yellow

func Yellow(s string, op ...Option) string

Types

type Option

type Option string
var (
	BlackBg   Option = "40"
	RedBg     Option = "41"
	GreenBg   Option = "42"
	YellowBg  Option = "43"
	BlueBg    Option = "44"
	MagentaBg Option = "45"
	CyanBg    Option = "46"
	WhiteBg   Option = "47"

	Reset     Option = "0"
	Bold      Option = "1"
	Underline Option = "4"
	Inverse   Option = "7"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL