From 6946b8cfa74e0d9ce0e097924cd6649e761ecf04 Mon Sep 17 00:00:00 2001 From: Friendlyduck <78284198+Andgopink@users.noreply.github.com> Date: Fri, 12 Dec 2025 17:07:03 +0300 Subject: [PATCH] Update theme.toml --- theme.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.toml b/theme.toml index cf52d15..4d01b12 100644 --- a/theme.toml +++ b/theme.toml @@ -10,6 +10,11 @@ background = "#1f1b29" # If you have a running demo of the theme. demosite = "https://clente.github.io/hugo-bearcub" +[params] +# Color theme. +# Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`. +color_theme = "dark" + tags = ["blog", "responsive", "minimal", "personal", "dark", "multilingual"] features = ["favicon", "seo", "no javascript", "rss", "social cards"]