summaryrefslogtreecommitdiff
path: root/Graphics.py
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics.py')
-rw-r--r--Graphics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics.py b/Graphics.py
index 8e3a24c..4387daa 100644
--- a/Graphics.py
+++ b/Graphics.py
@@ -422,7 +422,7 @@ class NodeSocket(QtWidgets.QGraphicsItem):
def show(self):
# set pen to show
self.pen = QPen(QtGui.QColor(0,70,70,220), 1, Qt.SolidLine)
- self.brush = QBrush(QtGui.QColor(33,225,162,255))
+ self.brush = QBrush(QtGui.QColor(140,199,198,255))
def hide(self):
# set pen to transparent