diff options
Diffstat (limited to 'grc/gui/Colors.py')
-rw-r--r-- | grc/gui/Colors.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grc/gui/Colors.py b/grc/gui/Colors.py index b2ed55b711..6ee31e5e18 100644 --- a/grc/gui/Colors.py +++ b/grc/gui/Colors.py @@ -47,6 +47,8 @@ CONNECTION_ENABLED_COLOR = get_color('#000000') CONNECTION_DISABLED_COLOR = get_color('#BBBBBB') CONNECTION_ERROR_COLOR = get_color('#FF0000') +DEFAULT_DOMAIN_COLOR = get_color('#777777') + ################################################################################# # param box colors ################################################################################# |