tinted-builder 0.15.0

A Tinted Theming template builder which uses yaml color schemes to generate theme files.
Documentation
1
2
3
4
5
6
7
8
pub mod structure;
mod yaml;

pub use crate::scheme::tinted8::structure::{Palette, Scheme, SyntaxKey, UiKey};
use crate::SchemeSystem;

pub const SUPPORTED_BUILDER_SPEC_VERSION: &str = "0.2.0";
pub const SUPPORTED_STYLING_SPEC_VERSION: &str = "0.2.0";