alexkueck commited on
Commit
1ad66f9
·
verified ·
1 Parent(s): fdbabc6

Update beschreibungen.py

Browse files
Files changed (1) hide show
  1. beschreibungen.py +11 -11
beschreibungen.py CHANGED
@@ -62,18 +62,18 @@ small_and_beautiful_theme = gr.themes.Soft(
62
  c950="#576b95",
63
  ),
64
  neutral_hue=gr.themes.Color(
65
- name="gray",
66
- c50="#f9fafb",
67
- c100="#f3f4f6",
68
- c200="#e5e7eb",
69
- c300="#d1d5db",
70
- c400="#B2B2B2",
71
  c500="#808080",
72
- c600="#636363",
73
- c700="#515151",
74
- c800="#393939",
75
- c900="#272727",
76
- c950="#171717",
77
  ),
78
  radius_size=gr.themes.sizes.radius_sm,
79
  ).set(
 
62
  c950="#576b95",
63
  ),
64
  neutral_hue=gr.themes.Color(
65
+ name="dark",
66
+ c50="#171717",
67
+ c100="#272727",
68
+ c200="#393939",
69
+ c300="#515151",
70
+ c400="#636363",
71
  c500="#808080",
72
+ c600="#B2B2B2",
73
+ c700="#d1d5db",
74
+ c800="#e5e7eb",
75
+ c900="#f3f4f6",
76
+ c950="#f9fafb",
77
  ),
78
  radius_size=gr.themes.sizes.radius_sm,
79
  ).set(