1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-03 12:50:02 +00:00

Allow to give the css file for the highlighter in tawashi.ini

This commit is contained in:
King_DuckZ 2017-05-23 18:31:55 +01:00
parent 7ada0f155b
commit 2571e70093
3 changed files with 8 additions and 1 deletions

View file

@ -81,6 +81,7 @@ namespace {
parSettings.add_default("logging_level", "err");
parSettings.add_default("resubmit_wait", "10");
parSettings.add_default("log_file", "-");
parSettings.add_default("highlight_css", "sh_darkness.css");
}
void print_buildtime_info() {