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:
parent
7ada0f155b
commit
2571e70093
3 changed files with 8 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue