aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go/ui/colors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/ui/colors.go b/go/ui/colors.go
index fd1b8d06..3db24dfb 100644
--- a/go/ui/colors.go
+++ b/go/ui/colors.go
@@ -15,4 +15,4 @@ var (
var PlayerColors = []color.RGBA{
{1, 0xff, 1, 0xff},
- {1, 1, 0xff, 0xff}}
+ {0x7f, 0x7f, 0xff, 0xff}}