diff options
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') |