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:
parent
f61069aad6
commit
7a4d5c339a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue