1
Fork 0

Change theme icon

This commit is contained in:
Guillaume Gomez 2018-01-22 21:38:56 +01:00
parent aae6dc4f20
commit 3c52acd9ca
4 changed files with 6 additions and 1 deletions

View file

@ -890,6 +890,8 @@ fn write_shared(cx: &Context,
themes.insert(try_none!(try_none!(entry.file_stem(), &entry).to_str(), &entry).to_owned());
}
write(cx.dst.join("brush.svg"),
include_bytes!("static/brush.svg"))?;
write(cx.dst.join("main.css"),
include_bytes!("static/themes/main.css"))?;
themes.insert("main".to_owned());