Merged in [9652] from rjsparks@nostrum.com:

Provide color for ART.
 - Legacy-Id: 9675
Note: SVN reference [9652] has been migrated to Git commit 7744e0cf5d64b0a1bb45e897b71830f0426c522c
This commit is contained in:
Henrik Levkowetz 2015-06-22 19:41:47 +00:00
parent b49a452595
commit f45c124427

View file

@ -5,6 +5,7 @@
fg_group_colors = dict() fg_group_colors = dict()
fg_group_colors['APP']="#008" fg_group_colors['APP']="#008"
fg_group_colors['ART']="#808"
fg_group_colors['GEN']="#080" fg_group_colors['GEN']="#080"
fg_group_colors['INT']="#088" fg_group_colors['INT']="#088"
fg_group_colors['OPS']="#800" fg_group_colors['OPS']="#800"
@ -17,6 +18,7 @@ fg_group_colors['IETF']="blue"
bg_group_colors = dict() bg_group_colors = dict()
bg_group_colors['APP']="#eef" bg_group_colors['APP']="#eef"
bg_group_colors['ART']="#fef"
bg_group_colors['GEN']="#efe" bg_group_colors['GEN']="#efe"
bg_group_colors['INT']="#eff" bg_group_colors['INT']="#eff"
bg_group_colors['OPS']="#fee" bg_group_colors['OPS']="#fee"