This is an automated email from the ASF dual-hosted git repository. joshfischer pushed a commit to branch joshfischer/update-theme in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 111a33338c9acef63c079358ac7394c8b4b8c592 Author: Josh Fischer <[email protected]> AuthorDate: Tue Jun 16 08:53:54 2020 -0500 change theme --- website2/website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website2/website/siteConfig.js b/website2/website/siteConfig.js index e8fa9c9..8c26136 100644 --- a/website2/website/siteConfig.js +++ b/website2/website/siteConfig.js @@ -104,7 +104,7 @@ const siteConfig = { highlight: { // Highlight.js theme to use for syntax highlighting in code blocks. - theme: 'default', + theme: 'atom-one-dark', }, // Add custom scripts here that would be placed in <script> tags.
