AlGe commited on
Commit
2492a46
·
verified ·
1 Parent(s): 9992b6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -62,11 +62,11 @@ class MPGPoster(Base):
62
  "monospace",
63
  ),
64
  ):
65
- primary_hue = MPGPoster.create_color_shades("#f47317")
66
- background_hue = MPGPoster.create_color_shades("#006c66") ##f6f6f6ff
67
- secondary_dark_hue = MPGPoster.create_color_shades("#006c66")
68
- secondary_light_hue = MPGPoster.create_color_shades("#6ad5bc")
69
- tertiary_highlight_hue = MPGPoster.create_color_shades("#fbf22c")
70
 
71
  super().__init__(
72
  primary_hue=primary_hue,
 
62
  "monospace",
63
  ),
64
  ):
65
+ primary_hue = MPGPoster.create_color_shades("#f47317") #orange
66
+ background_hue = MPGPoster.create_color_shades("#006c66") ##f6f6f6ff green
67
+ secondary_dark_hue = MPGPoster.create_color_shades("#6ad5bc") #006c66
68
+ secondary_light_hue = MPGPoster.create_color_shades("#fbf22c") #6ad5bc
69
+ tertiary_highlight_hue = MPGPoster.create_color_shades("#6ad5bc") #fbf22c
70
 
71
  super().__init__(
72
  primary_hue=primary_hue,