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-30 19:35:20 -05:00 committed by GitHub
parent 419780d702
commit 4892286465
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {