Mark github theme as the default in documentation

As seen on gh-14, the global theme is now adapted to light-variants of
code hilighting themes. This should be reflected on the project
documentation.
This commit is contained in:
Brian Clozel 2020-02-26 18:48:33 +01:00
parent f61069aad6
commit 7a4d5c339a
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ Finally, launch the documentation generation process; default output location is
<linkcss>true</linkcss>
<icons>font</icons>
<highlightjsdir>js/highlight</highlightjsdir>
<highlightjs-theme>atom-one-dark-reasonable</highlightjs-theme>
<highlightjs-theme>github</highlightjs-theme>
</attributes>
</configuration>
</execution>
@ -180,7 +180,7 @@ asciidoctor {
// use provided highlighter
'source-highlighter=highlight.js',
'highlightjsdir=js/highlight',
'highlightjs-theme=atom-one-dark-reasonable'
'highlightjs-theme=github'
}
asciidoctor.dependsOn makePDF