diff --git a/color-module/src/schemes/q_style_2/swatch.rs b/color-module/src/schemes/q_style_2/swatch.rs index dd0806a..6f78fa7 100644 --- a/color-module/src/schemes/q_style_2/swatch.rs +++ b/color-module/src/schemes/q_style_2/swatch.rs @@ -51,7 +51,7 @@ impl Swatch { let mut collection = LinkedHashMap::new(); for l in SWATCH_LIGHTINGS { - collection.insert(format!("{name}-{l:02}"), self.get_hex(l)); + collection.insert(format!("swatch-{name}-{l:02}"), self.get_hex(l)); } collection