lux-shell/widgets/StyledText.qml
2025-07-26 23:09:24 -04:00

7 lines
113 B
QML

import qs.config
import QtQuick
Text {
color: Theme.palette.basecontent
font.family: Theme.fontFamily
}