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',