Added all available color options into a selection list.

This commit is contained in:
aboron 2016-07-08 15:45:43 -04:00
parent 9b9e31f54c
commit ed2f87f57b
2 changed files with 12 additions and 10 deletions

View file

@ -215,7 +215,7 @@ _CONFIG_DEFINITIONS = {
'HIPCHAT_URL': (str, 'Hipchat', ''),
'HIPCHAT_COLOR': (str, 'Hipchat', 'green'),
'HIPCHAT_INCL_SUBJECT': (int, 'Hipchat', 1),
'HIPCHAT_INCL_EMOTICON': (str, 'Hipchat', ''),
'HIPCHAT_EMOTICON': (str, 'Hipchat', ''),
'HIPCHAT_ENABLED': (int, 'Hipchat', 0),
'HIPCHAT_ON_PLAY': (int, 'Hipchat', 0),
'HIPCHAT_ON_STOP': (int, 'Hipchat', 0),