Sienci-Labs / gsender

Connect to and control Grbl-based CNCs with ease
https://sienci.com/gsender/
Other
178 stars 41 forks source link

Please support dark mode. #415

Open peter58228 opened 10 months ago

peter58228 commented 10 months ago

Please support dark theme for this amazing software.

J-eremy commented 3 months ago

When using the interface remotely in a standard Chrome or Firefox browser the extension Dark Reader works perfectly.

In the interim, you can turn on remote mode and open the url in the browser on the same computer, and minimize the application.

image version shown, but I have used it since edge. image

Dark Reader - Chrome Dark Reader - Firefox

@walidkayhan if it makes your life easier here is the css the darkreader plugin spits out when you paste the following into the developer console for chrome.

Array.from(document.querySelectorAll('.darkreader')).map((n) => n.textContent).join('\n'); 

css - darkreader-gsender.txt or the more complete style complete css - darkreader-complete.txt