mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-15 16:09:53 +01:00
KDE: Sddm - Improve password input appearance
This commit is contained in:
@@ -377,7 +377,8 @@ PlasmaCore.ColorScope {
|
|||||||
id: formBg
|
id: formBg
|
||||||
anchors.fill: mainStack
|
anchors.fill: mainStack
|
||||||
anchors.centerIn: mainStack
|
anchors.centerIn: mainStack
|
||||||
color: "#401E2326"
|
color: "#1E2326"
|
||||||
|
opacity: 0.4
|
||||||
z:-1
|
z:-1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,13 @@ TextField {
|
|||||||
font.pointSize: config.fontSize
|
font.pointSize: config.fontSize
|
||||||
font.family: config.font
|
font.family: config.font
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: "#701E2326"
|
color: "#1E2326"
|
||||||
|
opacity: 0.7
|
||||||
radius: parent.width / 2
|
radius: parent.width / 2
|
||||||
height: 30
|
height: 30
|
||||||
width: 270
|
width: 270
|
||||||
|
border.width: 1
|
||||||
|
border.color: "#121517"
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user