I wish to use KDE Plasma's ability to set titlebar colors using window-specific rules. I know how to accomplish that in general. However, since I am setting only titlebar color options, I would like to have some color schemes that contain only titlebar-related color settings and leave alone whatever other (custom) colors a user may be using. What's the right way to accomplish this?
Is it enough to have a .colors file with only these values (General and WM)?
[General] Name=My_ColorScheme_Name [WM] activeBackground= activeBlend= activeForeground= inactiveBackground= inactiveBlend= inactiveForeground= Or do I need to include all color sections including these which are unrelated to the titlebar color?
[ColorEffects:Disabled] [ColorEffects:Inactive] [Colors:Button] [Colors:Selection] [Colors:Tooltip] [Colors:View] [Colors:Window] I'm trying to keep things simple and to avoid specifying color values which are not used and which may conflict with values a user has set. My goal is to only change the titlebar colors using KDE's window-specific rules. Those rules have an option for changing titlebar colors, and I find it does work well when set up via the System Settings GUI. My goal is to find a simple way to set it up by editing text files.