mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
match jen's yellow gradient
This commit is contained in:
parent
3445c5378f
commit
079f93ac0d
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue