Update app.py
Browse files
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("#
|
68 |
-
secondary_light_hue = MPGPoster.create_color_shades("#
|
69 |
-
tertiary_highlight_hue = MPGPoster.create_color_shades("#
|
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,
|