summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grc/gui/Colors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Colors.py b/grc/gui/Colors.py
index 050b363cdd..d322afa410 100644
--- a/grc/gui/Colors.py
+++ b/grc/gui/Colors.py
@@ -39,7 +39,7 @@ try:
#block color constants
BLOCK_ENABLED_COLOR = get_color('#F1ECFF')
BLOCK_DISABLED_COLOR = get_color('#CCCCCC')
- BLOCK_BYPASSED_COLOR = get_color('#FFFFE6')
+ BLOCK_BYPASSED_COLOR = get_color('#F4FF81')
#connection color constants
CONNECTION_ENABLED_COLOR = get_color('black')
CONNECTION_DISABLED_COLOR = get_color('#BBBBBB')