Skip to content

Commit

Permalink
make graphic darker and color blind friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
sgqy authored Mar 18, 2024
1 parent 7cd916c commit fc1b978
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions act_ws.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,12 +694,12 @@

class Actor {
static colors = [
'#55ff55',
'#ff5555',
'#5555ff',
'#ffff55',
'#ff55ff',
'#55ffff',
'#3A9E3A', // green
'#B33B3B', // red
'#3B3BB3', // blue
'#B3B300', // yellow
'#B33BB3', // magenta
'#3BB3B3', // cyan
]

constructor(record_key, data) {
Expand Down

0 comments on commit fc1b978

Please sign in to comment.