From 01bdf4554222ba2693922e7499cd83a996d7566a Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Fri, 8 Mar 2024 21:43:38 -0800 Subject: [PATCH] add changeset --- .changeset/giant-eels-pump.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/giant-eels-pump.md diff --git a/.changeset/giant-eels-pump.md b/.changeset/giant-eels-pump.md new file mode 100644 index 0000000..e251c54 --- /dev/null +++ b/.changeset/giant-eels-pump.md @@ -0,0 +1,10 @@ +--- +"@matthiesenxyz/astro-gists": patch +--- + +Changes: +- Internal refactor that will provide better future-proofing, this change also allowed the addition of EC's built in light/dark mode automations! Code Blocks will now be able to show both dark/light mode depending on the user's system preferences. + +# NEW: +- adds light/darkmode support +- Themes can be defined by either single theme or an array (`['astroGists-dark','astroGists-light']`)