From 7a4d5c339ab299201ebb0d13f9097860e2b6a3ad Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 26 Feb 2020 18:48:33 +0100 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed6009e..38f1a5e 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Finally, launch the documentation generation process; default output location is true font js/highlight - atom-one-dark-reasonable + github @@ -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