Color tweak
[sface.git] / sface / screens / mainscreen.py
index 5811617..968d683 100644 (file)
@@ -84,7 +84,7 @@ class NodeNameDelegate(QStyledItemDelegate):
         painter.drawRoundedRect(rect, 4, 4)
 
         if status_data == node_status['in']: # already in the slice
-            painter.fillPath(path, QColor.fromRgb(0, 250, 0))
+            painter.fillPath(path, QColor("cyan"))
             painter.setPen(QColor.fromRgb(0, 0, 0))
             painter.drawText(option.rect, 0, QString(data))