Bug 404132

Summary: Something wrong with the color of the Indicators Effect line/dot
Product: [Unmaintained] lattedock Reporter: trmdi
Component: applicationAssignee: Michail Vourlakos <mvourlakos>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version First Reported In: git (master)   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description trmdi 2019-02-09 10:27:47 UTC
Let's compare the color of the line:
- Latte Plasmoid: https://i.imgur.com/HK82i96.png
- Plasma Icons-Only TaskManager: https://i.imgur.com/i9xVtB4.png

As you see, they are two different colors.
Should Latte use the color from Plasma Theme instead of the hardcoded one? (just a guess)
Comment 1 Michail Vourlakos 2019-02-09 11:37:22 UTC
> As you see, they are two different colors.
> Should Latte use the color from Plasma Theme instead of the hardcoded one? 

there is no hardcoded color and plasma themes are not using theme color palette for this, they use svgs. Latte is using from the plasma theme the following color: theme.buttonFocusColor that plays well with most plasma themes, on the contrary there is theme.highlightColor but I dont like the contrast it provides and at many cases it is not consistent for plasma theme elements.

Try to change plasma themes in order to check the differences