aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/constants/colors.ts
blob: aad35309a43096f57f328323ca710440dbd66447 (plain)
1
2
3
4
5
6
7
8
9
10
11
export const COLORS = [
    "white",
    "green",
    "red",
    "orange",
    "blue",
    "yellow",
    "pink",
    "cyan",
    "grey",
  ];