EventSaucePHP / EventSauce

A pragmatic event sourcing library for PHP with a focus on developer experience.
https://eventsauce.io/
MIT License
817 stars 82 forks source link

Adding dark mode #212

Closed rojtjo closed 11 months ago

rojtjo commented 1 year ago

When working late at night I noticed the docs didn't have dark mode. I've added an initial setup for this, but we might need have to do some additional tweaking.

I first attempted to set it up using the existing custom gray colors, but they weren't dark enough and my color picking skills are not that great. For now I've opted to alias Tailwind's zinc color to gray and use that everywhere for dark mode. We can easily tweak these colors in the Tailwind config file.

Current look:

home

docs