This commit is contained in:
Ly-sec 2025-09-04 17:57:43 +02:00
commit ac21deefa4
7 changed files with 22 additions and 31 deletions

View file

@ -44,14 +44,6 @@ Singleton {
property color transparent: "transparent"
// -----------
function applyOpacity(color, opacity) {
// Convert color to string and apply opacity
if (!color)
return "transparent"
return color.toString().replace("#", "#" + opacity)
}
// --------------------------------
// Default colors: RosePine
QtObject {