Skip to content

Commit

Permalink
Merge pull request #17 from ZeusWPI/colors
Browse files Browse the repository at this point in the history
chore: more colors
  • Loading branch information
Topvennie authored Aug 13, 2024
2 parents c0a667d + 992f99c commit 6a3a72f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions screen/cammie.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6a3a72f

Please sign in to comment.