use the proper colors

Change-Id: Ia507ba367ab47c1373f3c5b6fc7e1eef5e3eda3a
This commit is contained in:
Marco Martin 2015-02-06 11:21:53 +01:00
parent b484b7faf0
commit ef28deebfc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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