We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdec1b commit 489ce8fCopy full SHA for 489ce8f
themes.py
@@ -177,4 +177,4 @@ def create_css(theme, theme_type="standard"):
177
apps = loads(create_json(app_folders=app_folders, themes=themes, community_themes=community_themes, docker_mods=docker_mods))
178
with open("themes.json", "w") as outfile:
179
dump(apps, outfile, indent=2, sort_keys=True)
180
- #create_theme_options()
+ create_theme_options()
0 commit comments