Files
illogical-impulse/dots/.config/quickshell/ii/modules/waffle/looks/WTextInput.qml
T
2025-12-03 23:23:08 +01:00

20 lines
457 B
QML

import QtQuick
import QtQuick.Controls
TextInput {
id: root
renderType: Text.NativeRendering
verticalAlignment: Text.AlignVCenter
color: Looks.colors.fg
font {
hintingPreference: Font.PreferFullHinting
family: Looks.font.family.ui
pixelSize: Looks.font.pixelSize.large
weight: Looks.font.weight.regular
}
selectionColor: Looks.colors.selection
selectedTextColor: Looks.colors.selectionFg
}