yuankunzhang / charming

A visualization library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set a theme?

ngmisl opened this issue · comments

commented

quick q, how do I set the theme?

commented

got it, example

use charming::theme::Theme::Chalk;
let mut renderer = ImageRenderer::new(1000, 800).theme(Chalk);