Add a story showcasing the color scales

This commit is contained in:
Marshall Bowers 2023-10-30 17:31:15 -04:00
parent 991f58409e
commit a02d806715
6 changed files with 40 additions and 8 deletions

View file

@ -4,7 +4,9 @@ mod scale;
mod settings;
mod themes;
pub use default::*;
pub use registry::*;
pub use scale::*;
pub use settings::*;
use gpui2::{AppContext, HighlightStyle, Hsla, SharedString};