//! Built-in themes for notebooks (server-only). //! //! Gated behind the `themes` feature to avoid bloating WASM bundles. mod code_themes; mod colour_schemes; pub use code_themes::{BuiltinCodeTheme, BUILTIN_CODE_THEMES}; pub use colour_schemes::{BuiltinColourScheme, BUILTIN_COLOUR_SCHEMES};