aboutsummaryrefslogtreecommitdiff
path: root/webAO/viewport/constants/colors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/viewport/constants/colors.ts')
-rw-r--r--webAO/viewport/constants/colors.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/webAO/viewport/constants/colors.ts b/webAO/viewport/constants/colors.ts
new file mode 100644
index 0000000..4858081
--- /dev/null
+++ b/webAO/viewport/constants/colors.ts
@@ -0,0 +1,12 @@
+export const COLORS = [
+ "white",
+ "green",
+ "red",
+ "orange",
+ "blue",
+ "yellow",
+ "pink",
+ "cyan",
+ "grey",
+ "rainbow",
+ ]; \ No newline at end of file