From 3fd1afdaeb3a814f3ec1ddd4cdace71cfbc6795e Mon Sep 17 00:00:00 2001 From: Cezary Adamczak Date: Mon, 21 Jun 2021 14:14:19 +0200 Subject: [PATCH] Zaktualizuj 'src/colors.py' --- src/colors.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/colors.py b/src/colors.py index 603711b..ea51218 100644 --- a/src/colors.py +++ b/src/colors.py @@ -7,6 +7,14 @@ BROWN2 = (140, 110, 55) BROWN3 = (110, 85, 40) BROWN4 = (80, 60, 20) BROWN5 = (80, 60, 20) + +REDDISH0 = (230, 150, 90) +REDDISH1 = (210, 130, 70) +REDDISH2 = (190, 110, 55) +REDDISH3 = (160, 85, 40) +REDDISH4 = (130, 60, 20) +REDDISH5 = (130, 60, 20) + DBROWN = (65, 50, 20) LBROWN = (108, 97, 62) BLUE = (18, 93, 156)