Skip to content

Commit

Permalink
add colorscheme3 but not distributed
Browse files Browse the repository at this point in the history
  • Loading branch information
boot1110001 committed Feb 8, 2019
1 parent 4d2dc4a commit 46d168e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/graphic/color.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ class Scheme2:
GOAL = ROSE_RED
RESULT1 = BABY_POWDER
RESULT2 = Color.BLACK333

class Scheme3:

DESIRE = (230, 57, 70)
HENEYDEW = (241, 250, 238)
LIGHT_BLUE2 = (168, 218, 220)
QUEEN_BLUE2 = ( 69, 123, 157)
SPACE_CADET = ( 29, 53, 87)

0 comments on commit 46d168e

Please sign in to comment.