Skip to content

Commit 7744e0c

Browse files
committed
Provide color for ART. Commit ready for merge.
- Legacy-Id: 9652
1 parent 06a0e2b commit 7744e0c

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)