Skip to content

Commit

Permalink
theme: bump JSON schema to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitallium committed Dec 28, 2024
1 parent 2639b4f commit 7f50245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/{{ theme_name | url_encode }}.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "{{ theme_name }}",
"author": "{{ extension_author }}",
"themes": [
Expand Down

0 comments on commit 7f50245

Please sign in to comment.