diff --git a/crates/theme_importer/src/main.rs b/crates/theme_importer/src/main.rs index be8b7103d5ecee1aa70d984debeee36c1df6e16a..0cb5c22930c1ce8abafd44bcc398b4c8974ebe06 100644 --- a/crates/theme_importer/src/main.rs +++ b/crates/theme_importer/src/main.rs @@ -103,8 +103,6 @@ fn main() -> Result<()> { let mut theme_families = Vec::new(); /// Whether VS Code themes should be imported. - /// - /// For the initial release of Zed2, we will just be using the Zed1 themes ported to Zed2. const IMPORT_VS_CODE_THEMES: bool = false; if IMPORT_VS_CODE_THEMES {