Skip to content

wallpapers/image: support setting custom accent color for dark variant

Fushan Wen requested to merge work/fuf/darkcustomaccentcolor into master

Also add a test

Example:

Light Dark
Screenshot_20230122_183437 Screenshot_20230122_183458
{
    "KPlugin": {
        "Id": "TestTest",
        "License": "CC-BY-SA-4.0",
        "Name": "Test"
    },
    "X-KDE-PlasmaImageWallpaper-AccentColor": {
        "Light": "red",
        "Dark": "cyan"
    }
}
Edited by Fushan Wen

Merge request reports