madmicio / LG-WebOS-Remote-Control

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

Support Dark Mode per default #70

Closed bernikr closed 2 years ago

bernikr commented 2 years ago

At the moment the default button background color is hardcoded 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