mirror of
https://github.com/spf13/cobra
synced 2024-11-25 07:07:15 +00:00
specify type of 2nd set of terminal colors
This commit is contained in:
parent
3e335655ae
commit
58d9bfdbcb
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const (
|
||||||
|
|
||||||
// This sequence starts at 90, so we reset iota
|
// This sequence starts at 90, so we reset iota
|
||||||
const (
|
const (
|
||||||
ColorDarkGray = iota + 90
|
ColorDarkGray TerminalColor = iota + 90
|
||||||
ColorLightRed
|
ColorLightRed
|
||||||
ColorLightGreen
|
ColorLightGreen
|
||||||
ColorLightYellow
|
ColorLightYellow
|
||||||
|
|
Loading…
Reference in a new issue