alexankitty / FancyTasks

Make your plasma task manager widget pretty.
GNU General Public License v3.0
120 stars 7 forks source link

Improve Color Overlay and Indicator Color settings #42

Open alexankitty opened 10 months ago

alexankitty commented 10 months ago

Change the color picker for the color settings to HSL sliders with an option to select a system icon to preview the color result. Change references to dominant icon to be a check box for each option in HSL to automatic. Potentially add a list menu below to change the color source (dominant, contrast, background, closest to white/black, etc)

Full documentation on the options available here https://api.kde.org/frameworks/kirigami/html/classImageColors.html

In addition add a tint correction checkbox for auto adjusting light/dark theme.

alexankitty commented 10 months ago

image Preview of the new interface. Very much WIP.

alexankitty commented 9 months ago

image Here's the new color picker component.

alexankitty commented 9 months ago

image More or less the finalized form of the color picker.

Once the core feature completes development, I will be adding a checkbox to allow tinting based on light/dark theme that was added in #38