diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2016-06-09 14:45:24 +0200 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2016-06-10 14:42:14 +0200 |
commit | 7ac7cf6246e4d984d36c64df10ba4d2b2f6b2204 (patch) | |
tree | de6a780c3fe791087f53913883bba6efa6040e51 /grc/gui/Colors.py | |
parent | 435e2b16c903b4a9d16d40ffba649698c4ded190 (diff) |
grc: gtk3: fix paste and domain color settings
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 ################################################################################# |