From efdccc8ff823105f0bac0a3c55bfe33f07b83a9b Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Wed, 13 May 2026 22:49:25 -0400 Subject: [PATCH] Fix colors --- hugo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index fcb74b4..d87765f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -46,10 +46,10 @@ weight = 3 caption = "This is my unified git heatmap from my Forgejo and Github" color_empty_light = "#e8e4dc" color_empty_dark = "#2a2a2a" -color_low = "#7a5010" -color_mid = "#C47E1A" -color_high = "#EF9F27" -color_max = "#F7C46A" +color_max = "#7a5010" +color_high = "#C47E1A" +color_mid = "#EF9F27" +color_low = "#F7C46A" [params] description = "Alex Selimov personal site and blog." title = "Alex Selimov"