brief icon indicating copy to clipboard operation
brief copied to clipboard

About "dark" theme.

Open Shitennouji opened this issue 6 years ago • 2 comments

The OS, Browser, and many other apps are also equipped with the 'Dark' mode (theme) Option.

In order to switch this add-on to Dark mode, it is necessary to incorporate CSS code (https://github.com/brief-rss/brief/issues/326) into "Customize Brief Look" of Option, and it takes a little effort. And many end users don't understand how to do it.

"Dark" mode has high needs, so I think it would be better to add it to Option and make it easier to switch.

Shitennouji avatar Jun 03 '19 23:06 Shitennouji

+1

pedro0311 avatar Oct 22 '19 23:10 pedro0311

To be honest this should probably just be wrapping the dark-mode CSS in @media (prefers-color-scheme: dark) { }, and then let the various system and browser toggles for light/dark modes do their thing. This can be used both in the customized CSS and the default CSS.

Cimbali avatar Nov 02 '21 22:11 Cimbali