summaryrefslogtreecommitdiff
path: root/src/colors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/colors.ts')
-rw-r--r--src/colors.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/colors.ts b/src/colors.ts
new file mode 100644
index 0000000..13b5e4f
--- /dev/null
+++ b/src/colors.ts
@@ -0,0 +1,3 @@
+export const COLORS = ['#FF6600', '#0088FF', '#03DC03']; // none, res, enl
+export const COLORS_LVL = ['#000', '#FECE5A', '#FFA630', '#FF7315', '#E40000', '#FD2992', '#EB26CD', '#C124E0', '#9627F4'];
+export const COLORS_MOD = { VERY_RARE: '#b08cff', RARE: '#73a8ff', COMMON: '#8cffbf' }; \ No newline at end of file