add black-teal theme

This commit is contained in:
Vladimir Mandic
2023-09-03 16:36:35 -04:00
parent 8258313555
commit 088878f0ca
8 changed files with 327 additions and 12 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ options_templates.update(options_section(('saving-paths', "Image Naming & Paths"
}))
options_templates.update(options_section(('ui', "User Interface"), {
"gradio_theme": OptionInfo("black-orange", "UI theme", gr.Dropdown, lambda: {"choices": list_themes()}, refresh=refresh_themes),
"gradio_theme": OptionInfo("black-teal", "UI theme", gr.Dropdown, lambda: {"choices": list_themes()}, refresh=refresh_themes),
"theme_style": OptionInfo("Auto", "Theme mode", gr.Radio, {"choices": ["Auto", "Dark", "Light"]}),
"tooltips": OptionInfo("UI Tooltips", "UI tooltips", gr.Radio, {"choices": ["None", "Browser default", "UI tooltips"]}),
"return_grid": OptionInfo(True, "Show grid in results for web"),