forked from Shinonome/dots-hyprland
11 lines
303 B
QML
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
|
|
}
|