summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/dataTable.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/dataTable.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/oxygen/dataTable.cpp b/noncore/apps/oxygen/dataTable.cpp
index 870ac56..70b5a6a 100644
--- a/noncore/apps/oxygen/dataTable.cpp
+++ b/noncore/apps/oxygen/dataTable.cpp
@@ -92,9 +92,9 @@ void OxydataTable::paintCell( QPainter *p, int row, int col, const QRect &cr, b
if ( itm )
{
if ( row%2 )
- colgrp.setColor( QColorGroup::Base, QColor( cyan ) );
+ colgrp.setColor( QColorGroup::Base, QColor( 180,200,210 ) );
else
- colgrp.setColor( QColorGroup::Base, QColor( white ) );
+ colgrp.setColor( QColorGroup::Base, QColor( 230,235,235 ) );
p->save();
itm->paint( p, colgrp, cr, selected );
p->restore();