From 062d4cd215c56a91b13bf807efb0a9b37cb2deda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Wed, 20 May 2020 11:11:22 +0200 Subject: [PATCH] Change theme color --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d2accdd..423c13f 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,7 @@ theme = "terminal" [params] fullWidthTheme = false centerTheme = true - themeColor = "blue" + themeColor = "green" [permalinks] posts = "/:title/"