diff --git a/helix-view/src/graphics.rs b/helix-view/src/graphics.rs index 58bcff2f..8fa40808 100644 --- a/helix-view/src/graphics.rs +++ b/helix-view/src/graphics.rs @@ -269,6 +269,8 @@ impl Color { /// # Examples /// /// ```rust + /// use helix_view::theme::Color + /// /// let color1 = Color::from_hex("#c0ffee").unwrap(); /// let color2 = Color::Rgb(192, 255, 238); ///