lux-shell/shell/styled/StyledText.qml
2025-07-17 22:05:48 -04:00

6 lines
83 B
QML

import QtQuick
import "root:config"
Text {
color: Theme.palette.basecontent
}