madmicio / LG-WebOS-Remote-Control

Remote Control for LG TV WebOS
393 stars 74 forks source link

Support Dark Mode per default #73

Closed bernikr closed 2 years ago

bernikr commented 2 years ago

(Sorry for reopening a new pull request, this is the same as #70. i fucked up the branches in my fork by force pushing on mistake)

At the moment the default button background color is hard-coded to #f2f0fa. This is a problem as it results in a ugly looking remote in the default dark mode:

image

By updating the default color to var(--secondary-background-color) the resulting remote looks good in both light and dark mode:

image image