mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 16:39:52 +01:00
Kde: Add sddm theme
This commit is contained in:
18
kde/sddm/components/Input.qml
Normal file
18
kde/sddm/components/Input.qml
Normal file
@@ -0,0 +1,18 @@
|
||||
import QtQuick 2.2
|
||||
import QtQuick.Layouts 1.2
|
||||
import QtQuick.Controls 2.4
|
||||
import QtQuick.Controls.Styles 1.4
|
||||
|
||||
TextField {
|
||||
placeholderTextColor: config.color
|
||||
palette.text: config.color
|
||||
font.pointSize: config.fontSize
|
||||
font.family: config.font
|
||||
background: Rectangle {
|
||||
color: "#701E2326"
|
||||
radius: parent.width / 2
|
||||
height: 30
|
||||
width: 270
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user