Skip to content

Commit f61da83

Browse files
committed
Deprecate color themes and notify users in the theme submission script
1 parent 250226b commit f61da83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/submit_theme.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def get_styles(is_color_theme, theme_id):
7979

8080
# we actually have a JSON file here that needs to be generated
8181
if is_color_theme:
82+
panic("Color themes have been deprecated, sorry!")
8283
with open(f"themes/{theme_id}/{COLORS_FILE}", "w") as f:
8384
json.dump(json.loads(content), f, indent=4)
8485
return "/* This is a color theme. */"

0 commit comments

Comments
 (0)