Public bug reported:

Ubuntu 18.04.2 LTS  KDE Plasma 5.12.7


When i use notes in transparent design it is unusable over dark 
background/wallpaper because the text are always dark.

Solution:

in 
/usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qml 

at section

style: PlasmaStyle.TextAreaStyle {
            //this is deliberately _NOT_ the theme color as we are over a known 
bright background
            //an unknown colour over a known colour is a bad move as you end up 
with white on yellow
            textColor: plasmoid.configuration.color === "black" ? "#dfdfdf" : 
"#202020"
        }

i changed
textColor: plasmoid.configuration.color === "black" ? "#dfdfdf" : "#202020"

to
textColor: plasmoid.configuration.color === "black" ? "#dfdfdf" : "white"

and it works for me after reboot.

Please fix that for dark background.
Better there comes a feature for notes to make textcolor choosable.

Thanks

** Affects: kdeplasma-addons (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: addons notes plasma

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeplasma-addons in Ubuntu.
https://bugs.launchpad.net/bugs/1831282

Title:
  Notes in transparent design is unusable over dark background

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdeplasma-addons/+bug/1831282/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to