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