Roam-Research / issues

Roam Research - A note-taking tool for networked thought.
https://roamresearch.com/
303 stars 7 forks source link

Night mode #187

Open MessyLiss opened 4 years ago

MessyLiss commented 4 years ago

Describe the problem

For some people, having a night mode is more comfortable for the eyes when writing in a dim light or simply because of aesthetic. I have found that there are unofficial contributions for a night mode, however, I think it would be better if there was a native version.

agentydragon commented 4 years ago

Now that Roam supports custom themes easily (in a recent release, roam/css is now a special page for that purpose), it should be possible to write CSS that will detect current night mode setting (on the OS level), and change to light/dark mode accordingly.

See: https://css-tricks.com/dark-modes-with-css/