fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.36k stars 619 forks source link

Added high intensity colours #24

Closed klaidliadon closed 9 years ago

klaidliadon commented 9 years ago

Created const for high intensity colours according to https://wiki.archlinux.org/index.php/Color_Bash_Prompt

fatih commented 9 years ago

Hi @klaidliadon

Thanks for the PR! Can you add tests and also a screenshot to show the difference between normal and high intensity colors?

klaidliadon commented 9 years ago
color

Here you are!

they are just shorthands for color bold version.

fatih commented 9 years ago

Thanks @klaidliadon :+1: