wulkano / Kap

An open-source screen recorder built with web technology
https://getkap.co
MIT License
18.13k stars 827 forks source link

Dark Mode support #478

Closed skllcrn closed 5 years ago

skllcrn commented 6 years ago

Blocked by:

https://github.com/electron/electron/issues/12726 https://github.com/electron/electron/issues/13175 https://www.chromestatus.com/feature/5679432723333120

sindresorhus commented 6 years ago

chromestatus.com/feature/5679432723333120

You can actually use this today: https://github.com/lukechilds/hyperdex/blob/1b3587a094d332a0f59d46824fe52cb554a0e9ba/app/index.js#L90

skllcrn commented 6 years ago

Apple have released design resources for macOS: Introducing Apple Design Resources for macOS

There's also a bunch of great videos from WWDC, check out "Introducing Dark Mode"!

skllcrn commented 6 years ago

Latest progress https://github.com/electron/electron/pull/14755

sergeysova commented 6 years ago

https://github.com/electron/electron/issues/13387

skllcrn commented 6 years ago

Support for Mojave native components #567

sindresorhus commented 5 years ago

I've added an API to electron-util that makes it super simple to handle Dark Mode: https://github.com/sindresorhus/electron-util#darkmode