add changeset

This commit is contained in:
Adam Matthiesen 2024-03-08 21:43:38 -08:00
parent d6b8aac86c
commit 01bdf45542
1 changed files with 10 additions and 0 deletions

View File

@ -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']`)