diff options
Diffstat (limited to 'src/colors.ts')
-rw-r--r-- | src/colors.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/colors.ts b/src/colors.ts index 13b5e4f..8a3a508 100644 --- a/src/colors.ts +++ b/src/colors.ts @@ -1,3 +1,4 @@ export const COLORS = ['#FF6600', '#0088FF', '#03DC03']; // none, res, enl +export const COLORS_FRACTION = { 'N': COLORS[0], 'R': COLORS[1], 'E': COLORS[2] }; // 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 |