Skip to content

Commit f45c124

Browse files
committed
Merged in [9652] from rjsparks@nostrum.com:
Provide color for ART. - Legacy-Id: 9675 Note: SVN reference [9652] has been migrated to Git commit 7744e0c
1 parent b49a452 commit f45c124

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/group/colors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
fg_group_colors = dict()
77
fg_group_colors['APP']="#008"
8+
fg_group_colors['ART']="#808"
89
fg_group_colors['GEN']="#080"
910
fg_group_colors['INT']="#088"
1011
fg_group_colors['OPS']="#800"
@@ -17,6 +18,7 @@
1718

1819
bg_group_colors = dict()
1920
bg_group_colors['APP']="#eef"
21+
bg_group_colors['ART']="#fef"
2022
bg_group_colors['GEN']="#efe"
2123
bg_group_colors['INT']="#eff"
2224
bg_group_colors['OPS']="#fee"

0 commit comments

Comments
 (0)