I'm using the Starlog theme (https://github.com/withastro/astro/tree/main/examples/starlog) to build a changelog. I haven't been able to find any documentation for this theme specifically, and as I'm still new to Astro I'm having trouble figuring out how to put the pieces together from the general Astro documentation to apply to my own project with Starlog.
The readme for the Starlog theme says it supports dark and light modes. From what I can tell in the boilerplate code for the Starlog theme, styles for dark/light modes are automatically determined using media queries for prefers-color-scheme. I'd like to add a toggle that the user can use to select light/dark mode right at the top of the page, just like it appears in Astro Starlight. However, I'm having trouble understanding how I can configure this within the Starlog theme. Is anyone able to advise?
Thanks in advance!