Added standardized colors
This commit is contained in:
1
models/Color.ts
Normal file
1
models/Color.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type RPGColor = "red" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "black" | "white"
|
||||
Reference in New Issue
Block a user