mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
New Default theme: Omega theme! (Beta)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
MessageTableCellWithExpression::MessageTableCellWithExpression(I18n::Message message, const KDFont * font) :
|
||||
MessageTableCell(message, font),
|
||||
m_subtitleView(1.0f, 0.5f, Palette::GreyDark)
|
||||
m_subtitleView(1.0f, 0.5f, Palette::SecondaryText)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ View * MessageTableCellWithExpression::accessoryView() const {
|
||||
|
||||
void MessageTableCellWithExpression::setHighlighted(bool highlight) {
|
||||
MessageTableCell::setHighlighted(highlight);
|
||||
KDColor backgroundColor = isHighlighted()? Palette::Select : Palette::BackgroundHard;
|
||||
KDColor backgroundColor = isHighlighted()? Palette::ListCellBackgroundSelected : Palette::ListCellBackground;
|
||||
m_subtitleView.setBackgroundColor(backgroundColor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user