|
|
@ -27,6 +27,7 @@ var possibleColors map[string]color = map[string]color{
|
|
|
|
"GRAY": {"GRAY", colorData.New(colorData.FgWhite, colorData.Faint)},
|
|
|
|
"GRAY": {"GRAY", colorData.New(colorData.FgWhite, colorData.Faint)},
|
|
|
|
// Last three numbers are RGB. Reference https://en.wikipedia.org/wiki/ANSI_escape_code for what the first two numbers mean.
|
|
|
|
// Last three numbers are RGB. Reference https://en.wikipedia.org/wiki/ANSI_escape_code for what the first two numbers mean.
|
|
|
|
"ORANGE": {"ORANGE", colorData.New(38, 2, 255, 153, 28)},
|
|
|
|
"ORANGE": {"ORANGE", colorData.New(38, 2, 255, 153, 28)},
|
|
|
|
|
|
|
|
"DARKBLUE": {"DARKBLUE", colorData.New(38, 2, 0, 112, 255)},
|
|
|
|
"NONE": {"NONE", colorData.New()},
|
|
|
|
"NONE": {"NONE", colorData.New()},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|