//!
//! Palettes with light aligned color-aliases.
//!
//! These are the same color palettes as the dark equivalents,
//! but with different aliases.
//!
//! Or maybe they differ a bit to better accomodate light themes.
//!
pub use BLOSSOM_LIGHT;
pub use EMBARK_LIGHT;
pub use EVERFOREST_LIGHT;
pub use GATEKEEPER_LIGHT;
pub use IMPERIAL_LIGHT;
pub use RUST_LIGHT;
pub use SUNRISEBREEZE_LIGHT;
pub use TAILWIND_LIGHT;