Files
illogical-impulse/.config/quickshell/modules/common/widgets/StyledTextArea.qml
T
2025-06-02 23:23:58 +02:00

11 lines
303 B
QML

import "root:/modules/common"
import QtQuick
import QtQuick.Controls
TextArea {
renderType: Text.NativeRendering
selectedTextColor: Appearance.m3colors.m3onSecondaryContainer
selectionColor: Appearance.m3colors.m3secondaryContainer
placeholderTextColor: Appearance.m3colors.m3outline
}