mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2026-04-28 07:24:16 +02:00
Kde: Add sddm theme
This commit is contained in:
@@ -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