From 4b7e56ae9a8646522c43537502aaa3ccce094140 Mon Sep 17 00:00:00 2001 From: Jiogo18 <30299784+Jiogo18@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:51:18 -0500 Subject: [PATCH 1/2] fix: Local Theme Variables --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e896557..cbecf45 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -19,7 +19,7 @@ {{ if and (isset .Params "color") (not (eq .Params.color "")) }} {{ $localColorCss := resources.Get (printf "css/color/%s.scss" .Params.color) }} {{ $localCss := slice $localColorCss $defaultStyles | resources.Concat (printf "css/%s-local.scss" .Params.color) }} - {{ $options := dict ("transpiler" "libsass") }} + {{ $options := (dict "transpiler" "libsass") }} {{ $localColorStyles := $localCss | css.Sass $options }} {{ else }} From 0d3c5fd150205ec8a64e0aebbd09533b709643c2 Mon Sep 17 00:00:00 2001 From: Jiogo18 <30299784+Jiogo18@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:53:04 -0500 Subject: [PATCH 2/2] Update README.md blue is default --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 638aaa5..7fe1fca 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ re-Terminal before v2.1.0 may work with versions of HUGO less than v0.128.0 belo ## Features -- **5 duotone themes**, depending on your preferences (orange is default, red, blue, green, pink) +- **5 duotone themes**, depending on your preferences (blue is default, red, orange, green, pink) - [**Fira Code**](https://github.com/tonsky/FiraCode) as default monospaced font. It's gorgeous! - **really nice duotone**, custom syntax highlighting based on [**PrismJS**](https://prismjs.com) - fully responsive