jerrod-lankford / google-voice-desktop-app

An electron shell wrapper around the google voice website
247 stars 37 forks source link

dark mode #2

Closed lazyb5 closed 3 years ago

lazyb5 commented 3 years ago

I would like to a dark mode added. Maybe by adding user style like the use on chrome? Thanks this is what I have been looking for just too hard on the eyes at night

jerrod-lankford commented 3 years ago

Yeah i like that idea. Ill probably take it a step further and just make it themeable by anyone and include one dark theme by default.

brmonaghan commented 3 years ago

Whats the status on this @Jerrkawz ? I can develop the dark theme and do another PR for you!

brmonaghan commented 3 years ago

Unfortunately GV is only in light mode, so this idea is virtually impossible. @Jerrkawz since this cannot be done, this can be closed.

lazyb5 commented 3 years ago

This is not impossible. I'm pretty sure you can elect css into an electron app easily. Even simpler way would be if you can toggle the force dark web content flag in chrome.

brmonaghan commented 3 years ago

I tried that and it's still light. See #15 for details.

brmonaghan commented 3 years ago

This is not impossible. I'm pretty sure you can elect css into an electron app easily. Even simpler way would be if you can toggle the force dark web content flag in chrome.

Wait, CSS can be implemented into electron apps? If so, how do you do this?

jerrod-lankford commented 3 years ago

Im currently working on the theming, its quite complex but when I'm finished it will be a system capable of theming the main components inside the voice app with different color palettes, planning on shipping with 4-5 different themes. Join discord for screenshots and progress