You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/06/16 13:54:42 UTC

[incubator-heron] 01/01: change theme

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 <jo...@joshfischer.io>
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.