From ea0a11e488dfccecb08e04155c29f0b369a3db4f Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Sun, 8 May 2022 23:39:59 +0200 Subject: [PATCH] Set default theme to dark --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 7d9357e..6882eb4 100644 --- a/config.yml +++ b/config.yml @@ -19,7 +19,7 @@ stylesheet: - 'assets/custom.css' columns: '3' # You can change this to any number that is a factor of 12: (1, 2, 3, 4, 6, 12) -theme: default +theme: dark colors: light: highlight-primary: '#fff5f2'