rat-theme4 4.5.3

dark theme and color-schemes
Documentation
//!
//! 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.
//!

mod blossom_light;
mod embark_light;
mod everforest_light;
mod gatekeeper_light;
mod imperial_light;
mod rust_light;
mod sunrisebreeze_light;
mod tailwind_light;

pub use blossom_light::BLOSSOM_LIGHT;
pub use embark_light::EMBARK_LIGHT;
pub use everforest_light::EVERFOREST_LIGHT;
pub use gatekeeper_light::GATEKEEPER_LIGHT;
pub use imperial_light::IMPERIAL_LIGHT;
pub use rust_light::RUST_LIGHT;
pub use sunrisebreeze_light::SUNRISEBREEZE_LIGHT;
pub use tailwind_light::TAILWIND_LIGHT;