Spaces:
Runtime error
Runtime error
Update beschreibungen.py
Browse files- beschreibungen.py +22 -0
beschreibungen.py
CHANGED
@@ -50,9 +50,31 @@ small_and_beautiful_theme = gr.themes.Soft(
|
|
50 |
),
|
51 |
secondary_hue=gr.themes.Color(
|
52 |
# Dunkle Sekundärfarben
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
),
|
54 |
neutral_hue=gr.themes.Color(
|
55 |
# Dunkle Neutrale Farben
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
),
|
57 |
radius_size=gr.themes.sizes.radius_sm,
|
58 |
).set(
|
|
|
50 |
),
|
51 |
secondary_hue=gr.themes.Color(
|
52 |
# Dunkle Sekundärfarben
|
53 |
+
c50="#D67FFF", #B808AD",
|
54 |
+
c100="rgba(184,8,173, 0.2)", #rgba(2, 193, 96, ...)
|
55 |
+
c200="#D67FFF",
|
56 |
+
c300="rgba(184,8,173, 0.32)",
|
57 |
+
c400="rgba(184,8,173, 0.32)",
|
58 |
+
c500="rgba(184,8,173, 1.0)",
|
59 |
+
c600="rgba(184,8,173, 1.0)",
|
60 |
+
c700="rgba(184,8,173, 0.32)",
|
61 |
+
c800="rgba(184,8,173, 0.32)",
|
62 |
+
c900="#D67FFF",
|
63 |
+
c950="#D67FFF",
|
64 |
),
|
65 |
neutral_hue=gr.themes.Color(
|
66 |
# Dunkle Neutrale Farben
|
67 |
+
c50="#D67FFF", #B808AD",
|
68 |
+
c100="rgba(184,8,173, 0.2)", #rgba(2, 193, 96, ...)
|
69 |
+
c200="#D67FFF",
|
70 |
+
c300="rgba(184,8,173, 0.32)",
|
71 |
+
c400="rgba(184,8,173, 0.32)",
|
72 |
+
c500="rgba(184,8,173, 1.0)",
|
73 |
+
c600="rgba(184,8,173, 1.0)",
|
74 |
+
c700="rgba(184,8,173, 0.32)",
|
75 |
+
c800="rgba(184,8,173, 0.32)",
|
76 |
+
c900="#D67FFF",
|
77 |
+
c950="#D67FFF",
|
78 |
),
|
79 |
radius_size=gr.themes.sizes.radius_sm,
|
80 |
).set(
|