unfortunately those are set programmatically by the internal plasmoid code. in this case
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml
line 379 should be the color when not selected. replace the PlasmsaCore.... stuff with "#YOURCOLORCODE"
560 and 561 (frameLoader.textShadow and frameLoader.iconShadow) can be commented out, and the shadows around the icon label and icon should go away on logout/login.
these are system level files. I don't think you can really override it on a per user basis.
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml
line 379 should be the color when not selected. replace the PlasmsaCore.... stuff with "#YOURCOLORCODE"
560 and 561 (frameLoader.textShadow and frameLoader.iconShadow) can be commented out, and the shadows around the icon label and icon should go away on logout/login.
these are system level files. I don't think you can really override it on a per user basis.
Statistics: Posted by dolphin_oracle — Tue Jun 25, 2024 3:32 pm