michaelbromley / skqw

JavaScript Audio Visualizer
http://michaelbromley.github.io/skqw
120 stars 13 forks source link

Make Windows window chrome black #11

Open michaelbromley opened 7 years ago

michaelbromley commented 7 years ago

The Hyper terminal (https://hyper.is/) has a black "chrome" area (the bar at the top with the app icon and close/maximize buttons). This looks cool and we should have it too!

Must be possible because Hyper is also built on Electron.

michaelbromley commented 7 years ago

I read through the Hyper source and the way they do it is by having a frameless window and then drawing the buttons themselves in HTML.