alexkueck commited on
Commit
1719b3e
·
verified ·
1 Parent(s): fdbd152

Update beschreibungen.py

Browse files
Files changed (1) hide show
  1. beschreibungen.py +4 -4
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="#B808AD",
41
  c100="rgba(184,8,173, 0.2)", #rgba(2, 193, 96, ...)
42
- c200="#B808AD",
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="#B808AD",
50
- c950="#B808AD",
51
  ),
52
  secondary_hue=gr.themes.Color(
53
  c50="#576b95",
 
37
  #Theme
38
  small_and_beautiful_theme = gr.themes.Soft(
39
  primary_hue=gr.themes.Color(
40
+ c50="#F404E8", #B808AD",
41
  c100="rgba(184,8,173, 0.2)", #rgba(2, 193, 96, ...)
42
+ c200="#F404E8",
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="#F404E8",
50
+ c950="#F404E8",
51
  ),
52
  secondary_hue=gr.themes.Color(
53
  c50="#576b95",