|
|
|
|
|
by abdusco
2022 days ago
|
|
In case anyone's interested, it's possible to schedule light and dark themes on Windows via this app: https://github.com/adrianmteo/Luna I usually prefer the dark theme but some websites detect that Windows is in dark mode (using `prefers-color-scheme: dark` in CSS) and fail to provide a way to toggle the dark theme off. This makes it difficult to read the text during daytime. Scheduling dark theme on & off and combining it with Dark Reader's automation, it's nice being able to have all websites switch to dark mode at night. |
|