Warning, /plasma/plasma-workspace/lookandfeel/sddm-theme/dummydata/config.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.15
0002 
0003 QtObject {
0004     property string type: "color"
0005     property color color: "#1d99f3" // Plasma blue
0006     property string background: ""
0007     property int fontSize: 12
0008 }