semaphore
semaphore copied to clipboard
feat(enhancement): use system dark mode
Currently by default semaphore is shown using the light theme and does not change based on the current system dark mode setting.
I often find myself toggling the system light theme during the day and the dark mode at night. Most browsers, websites and my IDE all automatically update to reflect the system setting.
This PR uses the browsers prefers-color-scheme media query, which takes into account your system theme settings.
Hi @rmtsrc
It is really cool!
I will test it soon. I think we should add switcher: Dark, Light, System.