diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-04 10:41:49 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-04 10:41:49 -0700 |
commit | 61c4e2f62d18b3b2f0663b8c0a54a105d3896883 (patch) | |
tree | 1ee92dc79a2d257c45e0b32a470833057344cdea /grc/gui/Colors.py | |
parent | 0e4f02cfee57c73712a8bb21b408d69d9fcfe1b9 (diff) | |
parent | fa2abde0a0c9c1430ca1c4bb470ddb35e18c0ee2 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'grc/gui/Colors.py')
-rw-r--r-- | grc/gui/Colors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui/Colors.py b/grc/gui/Colors.py index 7430705cf8..f64106b03f 100644 --- a/grc/gui/Colors.py +++ b/grc/gui/Colors.py @@ -34,6 +34,7 @@ try: ENTRYENUM_CUSTOM_COLOR = get_color('#EEEEEE') #flow graph color constants FLOWGRAPH_BACKGROUND_COLOR = get_color('#FFF9FF') + COMMENT_BACKGROUND_COLOR = get_color('#F3F3F3') #block color constants BLOCK_ENABLED_COLOR = get_color('#F1ECFF') BLOCK_DISABLED_COLOR = get_color('#CCCCCC') |