Notes in transparent design is unusable over dark background

Bug #1831282 reported by tuxus
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
kdeplasma-addons (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

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

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in kdeplasma-addons (Ubuntu):
status: New → Confirmed
Revision history for this message
Scarlett Gately Moore (scarlettmoore) wrote :

This bug is very old, if it is still an issue please update the bug with information from a supported release.

Changed in kdeplasma-addons (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for kdeplasma-addons (Ubuntu) because there has been no activity for 60 days.]

Changed in kdeplasma-addons (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.