diff --git a/crates/theme_importer/src/main.rs b/crates/theme_importer/src/main.rs index c689d7f7f9..be470e6833 100644 --- a/crates/theme_importer/src/main.rs +++ b/crates/theme_importer/src/main.rs @@ -135,7 +135,7 @@ fn main() -> Result<()> { .context(format!("failed to parse theme {theme_file_path:?}"))?; let theme_metadata = ThemeMetadata { - name: "".to_string(), + name: vscode_theme.name.clone().unwrap_or("".to_string()), appearance: ThemeAppearanceJson::Dark, file_name: "".to_string(), };