alexkueck commited on
Commit
f6bd08e
1 Parent(s): 2ea0767

Update beschreibungen.py

Browse files
Files changed (1) hide show
  1. 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="#02C160",
39
- c100="rgba(2, 193, 96, 0.2)",
40
- c200="#02C160",
41
- c300="rgba(2, 193, 96, 0.32)",
42
- c400="rgba(2, 193, 96, 0.32)",
43
- c500="rgba(2, 193, 96, 1.0)",
44
- c600="rgba(2, 193, 96, 1.0)",
45
- c700="rgba(2, 193, 96, 0.32)",
46
- c800="rgba(2, 193, 96, 0.32)",
47
- c900="#02C160",
48
- c950="#02C160",
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="#06AE56",
80
- button_primary_background_fill_dark="#06AE56",
81
- button_primary_background_fill_hover="#07C863",
82
- button_primary_border_color="#06AE56",
83
- button_primary_border_color_dark="#06AE56",
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",