From 6148bfde450dd8c50f5c43a4a73303fa286a1565 Mon Sep 17 00:00:00 2001 From: Vivek R Date: Tue, 19 Nov 2019 16:22:05 +0530 Subject: fix: update demo pygmentes style --- README.md | 2 +- exampleSite/config.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7df135c..62a826c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ theme = "ezhil" copyright = "© Copyright notice" # Enable syntax highlighting. -pygmentsstyle = "vs" +pygmentsstyle = "solarized-dark" pygmentscodefences = true pygmentscodefencesguesssyntax = true diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 70ae86b..06188ba 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -6,7 +6,7 @@ paginate = 5 copyright = "© Copyright notice" -pygmentsstyle = "vs" +pygmentsstyle = "solarized-dark" pygmentscodefences = true pygmentscodefencesguesssyntax = true @@ -17,7 +17,7 @@ disqusShortname = "ezhil-demo" subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)" disableDisqusTypes = ["page"] featherIconsCDN = true - mode = "auto" # "dark" or "auto" + mode = "auto" # "dark", "auto", "light" # customCSS = "css/custom.css" # Custom CSS applied to default styles. # customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css. # customJS = ["js/custom.js", "js/custom1.js"] # Custom JS scripts. -- cgit v1.2.3