Function cursive_core::theme::load_toml

source ·
pub fn load_toml(content: &str) -> Result<Theme, Error>
Available on crate feature toml only.
Expand description

Loads a theme string and sets it as active.

Must have the toml feature enabled.