From 8b33a338f2c521893f83248fb5d07007f2ff8efc Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 12 Feb 2024 13:00:02 -0700 Subject: [PATCH] Update code highlighting style to "fruity" --- pages/post.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/post.go b/pages/post.go index d3e984b..aa68d0d 100644 --- a/pages/post.go +++ b/pages/post.go @@ -50,7 +50,7 @@ func Post(c echo.Context) error { markdown := goldmark.New( goldmark.WithExtensions( highlighting.NewHighlighting( - highlighting.WithStyle("dracula"), + highlighting.WithStyle("fruity"), highlighting.WithFormatOptions( chromahtml.WithLineNumbers(true), ),