From 52c1141a3e279ea7a39c20c151c3ead5ca6f9362 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sat, 14 Feb 2026 00:40:34 -0500 Subject: [PATCH] changed theme --- hugo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index 937049c..dcc26ce 100644 --- a/hugo.toml +++ b/hugo.toml @@ -31,16 +31,16 @@ theme = 'hello-friend-ng' description = "...it's my blog." keywords = "homepage, blog" images = [""] - themeColor = "#2d3748" + themeColor = "#3D2200" # Custom CSS customCSS = ["css/custom.css"] # Favicon colors [params.favicon.color] - mask = "#2d3748" - msapplication = "#2d3748" - theme = "#2d3748" + mask = "#F8FDDD" + msapplication = "#F8FDDD" + theme = "#F8FDDD" # Footer configuration [params.footer]