mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
New Default theme: Omega theme! (Beta)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
ExpressionTableCell::ExpressionTableCell(Layout layout) :
|
||||
TableCell(layout),
|
||||
m_labelExpressionView(0.0f, 0.5f, Palette::Text, Palette::BackgroundHard)
|
||||
m_labelExpressionView(0.0f, 0.5f, Palette::PrimaryText, Palette::ListCellBackground)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ View * ExpressionTableCell::labelView() const {
|
||||
|
||||
void ExpressionTableCell::setHighlighted(bool highlight) {
|
||||
TableCell::setHighlighted(highlight);
|
||||
KDColor backgroundColor = highlight? Palette::Select : Palette::BackgroundHard;
|
||||
KDColor backgroundColor = highlight? Palette::ListCellBackgroundSelected : Palette::ListCellBackground;
|
||||
m_labelExpressionView.setBackgroundColor(backgroundColor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user