From 7bebb64fc4d58ee25c7f84d378aad4bd9065536c Mon Sep 17 00:00:00 2001
From: Sebastian Koslowski <koslowski@kit.edu>
Date: Thu, 18 Dec 2014 22:21:43 +0100
Subject: grc: fix connections error log and color

---
 grc/gui/Colors.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'grc/gui/Colors.py')

diff --git a/grc/gui/Colors.py b/grc/gui/Colors.py
index fcde5c5974..7430705cf8 100644
--- a/grc/gui/Colors.py
+++ b/grc/gui/Colors.py
@@ -39,9 +39,9 @@ try:
     BLOCK_DISABLED_COLOR = get_color('#CCCCCC')
     #connection color constants
     CONNECTION_ENABLED_COLOR = get_color('black')
-    CONNECTION_DISABLED_COLOR = get_color('#999999')
+    CONNECTION_DISABLED_COLOR = get_color('#BBBBBB')
     CONNECTION_ERROR_COLOR = get_color('red')
-
-    DEFAULT_DOMAIN_COLOR = get_color('#666666')
 except:
     print 'Unable to import Colors'
+
+DEFAULT_DOMAIN_COLOR_CODE = '#777777'
-- 
cgit v1.2.3