From acc36e6dab8ea754cb0a46267b48fc54c9f132dd Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 3 Nov 2023 10:58:06 -0400 Subject: [PATCH] Update emitted module import --- crates/theme_importer/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/theme_importer/src/main.rs b/crates/theme_importer/src/main.rs index abed535be70a070c7c7a921d29ad32e26417de6c..882ab85c335eb8dd54cbd07a2ef51c19cd327d16 100644 --- a/crates/theme_importer/src/main.rs +++ b/crates/theme_importer/src/main.rs @@ -119,7 +119,7 @@ fn main() -> Result<()> { let theme_module = format!( r#" - use gpui2::rgba; + use gpui::rgba; use crate::{{ default_color_scales, Appearance, GitStatusColors, PlayerColor, PlayerColors, StatusColors,