From 094ab6aa6ba3676e5af09a37fb4d34e214f38cf7 Mon Sep 17 00:00:00 2001 From: 8street Date: Sun, 9 Feb 2020 13:50:02 +0300 Subject: [PATCH] Update colors.json --- data/raw/colors.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/raw/colors.json b/data/raw/colors.json index 1332aa990868f..f11cb8e1017fc 100644 --- a/data/raw/colors.json +++ b/data/raw/colors.json @@ -4,8 +4,8 @@ "BLACK": [ 0, 0, 0 ], "RED": [ 255, 0, 0 ], "GREEN": [ 0, 110, 0 ], - "BROWN": [ 92, 51, 23 ], - "BLUE": [ 0, 0, 200 ], + "BROWN": [ 97, 56, 28 ], + "BLUE": [ 10, 10, 220 ], "MAGENTA": [ 139, 58, 98 ], "CYAN": [ 0, 150, 180 ], "GRAY": [ 150, 150, 150 ],