We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a0e2b commit 7744e0cCopy full SHA for 7744e0c
1 file changed
ietf/group/colors.py
@@ -5,6 +5,7 @@
5
6
fg_group_colors = dict()
7
fg_group_colors['APP']="#008"
8
+fg_group_colors['ART']="#808"
9
fg_group_colors['GEN']="#080"
10
fg_group_colors['INT']="#088"
11
fg_group_colors['OPS']="#800"
@@ -17,6 +18,7 @@
17
18
19
bg_group_colors = dict()
20
bg_group_colors['APP']="#eef"
21
+bg_group_colors['ART']="#fef"
22
bg_group_colors['GEN']="#efe"
23
bg_group_colors['INT']="#eff"
24
bg_group_colors['OPS']="#fee"
0 commit comments