Bug 438214 - Add the ability to customize the close button color through color schemes
Summary: Add the ability to customize the close button color through color schemes
Status: RESOLVED INTENTIONAL
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_kwindecoration (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-07 14:15 UTC by Lua
Modified: 2021-06-09 15:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lua 2021-06-07 14:15:01 UTC
In Plasma 5.21, the close button is now red, but some themes don't look good with it. The close button color already can be changed using the "negative text" option, but it affects the color of the hover effect too. A dedicated option for changing the color of the normal, hover and pressed states would fix this problem.
Comment 1 Nate Graham 2021-06-08 19:32:54 UTC
This was done intentionally so that the same color is used everywhere for close/destructive actions.

If you don't like the color, just disable the outline in the Breeze Window Decoration settings. Adding an additional setitng to control just the color of the close button outline circle seems like over-configurability to me given that it is *already* configurable by changing the "negative text" color, sorry. :)
Comment 2 Lua 2021-06-09 15:47:10 UTC
Understood, thanks. I thought the negative text was used by another element in the window and changing it could create UX issues.