Update beschreibungen.py
Browse files- beschreibungen.py +5 -5
beschreibungen.py
CHANGED
@@ -37,17 +37,17 @@ ALREADY_CONVERTED_MARK = "<!-- ALREADY CONVERTED BY PARSER. -->"
|
|
37 |
#Theme
|
38 |
small_and_beautiful_theme = gr.themes.Soft(
|
39 |
primary_hue=gr.themes.Color(
|
40 |
-
c50="#
|
41 |
c100="rgba(184,8,173, 0.2)", #rgba(2, 193, 96, ...)
|
42 |
-
c200="#
|
43 |
c300="rgba(184,8,173, 0.32)",
|
44 |
c400="rgba(184,8,173, 0.32)",
|
45 |
c500="rgba(184,8,173, 1.0)",
|
46 |
c600="rgba(184,8,173, 1.0)",
|
47 |
c700="rgba(184,8,173, 0.32)",
|
48 |
c800="rgba(184,8,173, 0.32)",
|
49 |
-
c900="#
|
50 |
-
c950="#
|
51 |
),
|
52 |
secondary_hue=gr.themes.Color(
|
53 |
c50="#576b95",
|
@@ -83,7 +83,7 @@ small_and_beautiful_theme = gr.themes.Soft(
|
|
83 |
button_primary_background_fill_hover="#B40FC6",
|
84 |
button_primary_border_color="#B808AD",
|
85 |
button_primary_border_color_dark="#B808AD",
|
86 |
-
button_primary_text_color="#
|
87 |
button_primary_text_color_dark="#FFFFFF",
|
88 |
button_secondary_background_fill="#F2F2F2",
|
89 |
button_secondary_background_fill_dark="#2B2B2B",
|
|
|
37 |
#Theme
|
38 |
small_and_beautiful_theme = gr.themes.Soft(
|
39 |
primary_hue=gr.themes.Color(
|
40 |
+
c50="#D67FFF", #B808AD",
|
41 |
c100="rgba(184,8,173, 0.2)", #rgba(2, 193, 96, ...)
|
42 |
+
c200="#D67FFF",
|
43 |
c300="rgba(184,8,173, 0.32)",
|
44 |
c400="rgba(184,8,173, 0.32)",
|
45 |
c500="rgba(184,8,173, 1.0)",
|
46 |
c600="rgba(184,8,173, 1.0)",
|
47 |
c700="rgba(184,8,173, 0.32)",
|
48 |
c800="rgba(184,8,173, 0.32)",
|
49 |
+
c900="#D67FFF",
|
50 |
+
c950="#D67FFF",
|
51 |
),
|
52 |
secondary_hue=gr.themes.Color(
|
53 |
c50="#576b95",
|
|
|
83 |
button_primary_background_fill_hover="#B40FC6",
|
84 |
button_primary_border_color="#B808AD",
|
85 |
button_primary_border_color_dark="#B808AD",
|
86 |
+
button_primary_text_color="#FFFFFF",
|
87 |
button_primary_text_color_dark="#FFFFFF",
|
88 |
button_secondary_background_fill="#F2F2F2",
|
89 |
button_secondary_background_fill_dark="#2B2B2B",
|