Zren / plasma-applets

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

Highlight color should be selectable #80

Closed frispete closed 7 years ago

frispete commented 7 years ago

The highlight color for current day in agenda and the weather symbol should be configurable.

Zren commented 7 years ago

So, I also need to set the rain fill color + mockup the color picker in the config.

Any other colors you think?

frispete commented 7 years ago

Any idea, where the highlight color of the selected day in calendar originate from?

Zren commented 7 years ago

It's also based on the highlight color, but it's more of a tint on top of the text color. Basically there's a solid fill of "text color" for the current date, with a semi-transparent fill of highlight color. when it's selected. I guess I could add 3 more colors (today, selected, today+selected).

Zren commented 7 years ago

Bleh, never got around to actually adding the user friendly color pickers. You can edit the colors in v47 by turning on the debugging mode and going to the advanced tab (if you're comfortable with hex colors).

Zren commented 7 years ago

Added user friendly color pickers to v48.