Update beschreibungen.py
Browse files- beschreibungen.py +17 -16
beschreibungen.py
CHANGED
|
@@ -33,19 +33,20 @@ CONCURRENT_COUNT = 100
|
|
| 33 |
|
| 34 |
ALREADY_CONVERTED_MARK = "<!-- ALREADY CONVERTED BY PARSER. -->"
|
| 35 |
|
|
|
|
| 36 |
small_and_beautiful_theme = gr.themes.Soft(
|
| 37 |
primary_hue=gr.themes.Color(
|
| 38 |
-
c50="#
|
| 39 |
-
c100="rgba(2, 193, 96,
|
| 40 |
-
c200="#
|
| 41 |
-
c300="rgba(
|
| 42 |
-
c400="rgba(
|
| 43 |
-
c500="rgba(
|
| 44 |
-
c600="rgba(
|
| 45 |
-
c700="rgba(
|
| 46 |
-
c800="rgba(
|
| 47 |
-
c900="#
|
| 48 |
-
c950="#
|
| 49 |
),
|
| 50 |
secondary_hue=gr.themes.Color(
|
| 51 |
c50="#576b95",
|
|
@@ -76,11 +77,11 @@ small_and_beautiful_theme = gr.themes.Soft(
|
|
| 76 |
),
|
| 77 |
radius_size=gr.themes.sizes.radius_sm,
|
| 78 |
).set(
|
| 79 |
-
button_primary_background_fill="#
|
| 80 |
-
button_primary_background_fill_dark="#
|
| 81 |
-
button_primary_background_fill_hover="#
|
| 82 |
-
button_primary_border_color="#
|
| 83 |
-
button_primary_border_color_dark="#
|
| 84 |
button_primary_text_color="#FFFFFF",
|
| 85 |
button_primary_text_color_dark="#FFFFFF",
|
| 86 |
button_secondary_background_fill="#F2F2F2",
|
|
|
|
| 33 |
|
| 34 |
ALREADY_CONVERTED_MARK = "<!-- ALREADY CONVERTED BY PARSER. -->"
|
| 35 |
|
| 36 |
+
#Theme
|
| 37 |
small_and_beautiful_theme = gr.themes.Soft(
|
| 38 |
primary_hue=gr.themes.Color(
|
| 39 |
+
c50="#B808AD",
|
| 40 |
+
c100="rgba(184,8,173, 0.2)", #rgba(2, 193, 96, ...)
|
| 41 |
+
c200="#B808AD",
|
| 42 |
+
c300="rgba(184,8,173, 0.32)",
|
| 43 |
+
c400="rgba(184,8,173, 0.32)",
|
| 44 |
+
c500="rgba(184,8,173, 1.0)",
|
| 45 |
+
c600="rgba(184,8,173, 1.0)",
|
| 46 |
+
c700="rgba(184,8,173, 0.32)",
|
| 47 |
+
c800="rgba(184,8,173, 0.32)",
|
| 48 |
+
c900="#B808AD",
|
| 49 |
+
c950="#B808AD",
|
| 50 |
),
|
| 51 |
secondary_hue=gr.themes.Color(
|
| 52 |
c50="#576b95",
|
|
|
|
| 77 |
),
|
| 78 |
radius_size=gr.themes.sizes.radius_sm,
|
| 79 |
).set(
|
| 80 |
+
button_primary_background_fill="#B808AD",
|
| 81 |
+
button_primary_background_fill_dark="#6501AD",
|
| 82 |
+
button_primary_background_fill_hover="#B40FC6",
|
| 83 |
+
button_primary_border_color="#B808AD",
|
| 84 |
+
button_primary_border_color_dark="#B808AD",
|
| 85 |
button_primary_text_color="#FFFFFF",
|
| 86 |
button_primary_text_color_dark="#FFFFFF",
|
| 87 |
button_secondary_background_fill="#F2F2F2",
|