From b05f227a103eb16652aea3ee7d59d15e6f0a3771 Mon Sep 17 00:00:00 2001 From: HardiReady Date: Fri, 11 Oct 2019 20:09:47 +0200 Subject: [PATCH] Apply multi color definition for Fractions enum --- static/src/app/utils/fraction.enum.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/src/app/utils/fraction.enum.ts b/static/src/app/utils/fraction.enum.ts index 088a68c..34df209 100644 --- a/static/src/app/utils/fraction.enum.ts +++ b/static/src/app/utils/fraction.enum.ts @@ -2,14 +2,14 @@ export enum Fraction { COLOR_NEUTRAL = '#222222', ARF = 'ARF', COLOR_ARF = '#336699', - COLOR_ARF_GREY = '#336699', - COLOR_ARF_DARK = '#336699', - COLOR_ARF_LIGHT = '#336699', + COLOR_ARF_LIGHT = '#6666dd', + COLOR_ARF_DARK = '#0C0CA6', + COLOR_ARF_GREY = '#515179', SWORD = 'SWORD', COLOR_SWORD = '#8b8b8b', - COLOR_SWORD_GREY = '#8b8b8b', - COLOR_SWORD_DARK = '#8b8b8b', - COLOR_SWORD_LIGHT = '#8b8b8b', + COLOR_SWORD_GREY = '#282828', + COLOR_SWORD_DARK = '#101010', + COLOR_SWORD_LIGHT = '#b8b8b8', BLUFOR = 'NATO', COLOR_BLUFOR = '#3c5fa1', COLOR_BLUFOR_LIGHT = '#6666dd',