From ec63c49cec3ab0419787f6bea5836da7bc9b8e6e Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Wed, 22 Jul 2020 03:18:33 +0100 Subject: [PATCH] Updating code theme --- blog/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index 44dcf57..3f5a784 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -84,5 +84,6 @@ page = ["HTML", "RSS"] [markup] [markup.highlight] -style = "monokailight" +# style = "monokailight" +style = "paraiso-dark" lineNos = true