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:
parent
419780d702
commit
4892286465
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue