theme_importer: Fix theme JSON schema URL (#23988)

This PR fixes the URL for the theme JSON schema, as it had an extra path
segment.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-01-31 00:35:20 +00:00
committed by GitHub
parent 419780d702
commit 4892286465
+1 -1
View File
@@ -19,7 +19,7 @@ use theme::{Appearance, AppearanceContent, ThemeFamilyContent};
use crate::vscode::VsCodeTheme;
use crate::vscode::VsCodeThemeConverter;
const ZED_THEME_SCHEMA_URL: &str = "https://zed.dev/public/schema/themes/v0.2.0.json";
const ZED_THEME_SCHEMA_URL: &str = "https://zed.dev/schema/themes/v0.2.0.json";
#[derive(Debug, Deserialize)]
struct FamilyMetadata {