From 289a3a84c9ea75b2c667110e68058fb4113cf303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=B6=E0=A5=8D=E0=A4=B0=E0=A5=80=E0=A4=B7=E0=A4=95?= Date: Sun, 10 Nov 2024 00:27:37 +0545 Subject: [PATCH] dark mode priority with removing ugly green (#4) --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 3a78c70..70abbec 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,5 +4,5 @@ title = 'LinUtil Docs' theme = 'relearn' [params] - themeVariant = ['relearn-light', 'relearn-dark'] + themeVariant = ['zen-dark','zen-light' ] linkTitle = 'Relearn' \ No newline at end of file