diff --git a/screen/cammie.go b/screen/cammie.go index 3fe3ef7..a69e58d 100644 --- a/screen/cammie.go +++ b/screen/cammie.go @@ -20,6 +20,11 @@ var colors = [...]tcell.Color{ tcell.ColorOrange, tcell.ColorGreen, tcell.ColorAqua, + tcell.ColorCrimson, + tcell.ColorFuchsia, + tcell.ColorGoldenrod, + tcell.ColorYellow, + tcell.ColorSalmon, } var lastColorIndex = 0