use the proper colors
Change-Id: Ia507ba367ab47c1373f3c5b6fc7e1eef5e3eda3a
This commit is contained in:
parent
b484b7faf0
commit
ef28deebfc
@ -90,7 +90,7 @@ QColor ColorScope::textColor() const
|
||||
|
||||
QColor ColorScope::highlightColor() const
|
||||
{
|
||||
return m_theme.color(Plasma::Theme::BackgroundColor, m_group);
|
||||
return m_theme.color(Plasma::Theme::HighlightColor, m_group);
|
||||
}
|
||||
|
||||
QColor ColorScope::backgroundColor() const
|
||||
|
@ -38,7 +38,7 @@ QtQuickControlStyle.TextAreaStyle {
|
||||
backgroundColor: "transparent"
|
||||
textColor: control.backgroundVisible ? theme.viewTextColor : PlasmaCore.ColorScope.textColor
|
||||
selectionColor: control.backgroundVisible ? theme.viewFocusColor : PlasmaCore.ColorScope.highlightColor
|
||||
selectedTextColor: control.backgroundVisible ? theme.viewBackgroundColor : PlasmaCore.ColorScope.backgroundColor
|
||||
selectedTextColor: control.backgroundVisible ? theme.viewFocusColor : PlasmaCore.ColorScope.backgroundColor
|
||||
|
||||
renderType: Text.NativeRendering
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user