match jen's yellow gradient

This commit is contained in:
Aaron Seigo 2014-08-22 11:24:59 +02:00
parent 3445c5378f
commit 079f93ac0d

View file

@ -2,7 +2,11 @@ import QtQuick 2.0
import org.kde.plasma.core 2.0 as PlasmaCore
Rectangle {
color: "black" // FIXME
gradient: Gradient {
GradientStop { position: 0.0; color: "#FFEDDF00" }
GradientStop { position: 3.0; color: "#00EDDF00" }
}
opacity: 0.6
height: Math.max(100, units.gridUnit * 2.5)
width: parent.width