Zren / plasma-applets

This monolithic repo has been broken up into individual repos for each widget.
84 stars 23 forks source link

Support for Dark themes #24

Closed Korvox closed 8 years ago

Korvox commented 8 years ago

First, this plasmoid is amazing! I just noticed in the config dialogs you are using text fields, which means by default the text color is always black:

screenshot_20160502_214617

So I just changed those to Quick.Controls Labels that inherit system colors:

screenshot_20160502_215314

This means dark themes (or any theme) have their specified text / URL colors used.

Zren commented 8 years ago

Theme's never style the link color, so I'll probably use theme.highlightColor after the merge since you're worried about it.