Skip to content

Commit 13df62f

Browse files
committed
Tweaked the color palatte for the agenda editor. Commit ready for merge.
- Legacy-Id: 15247
1 parent 340b659 commit 13df62f

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

ietf/group/colors.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55

66
fg_group_colors = dict()
77
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"
8+
fg_group_colors['ART']="#5b5a53"
9+
fg_group_colors['GEN']="#e1dfdb"
10+
fg_group_colors['INT']="#f3fcf6"
11+
fg_group_colors['OPS']="#516770"
1212
fg_group_colors['RAI']="#808"
13-
fg_group_colors['RTG']="#880"
14-
fg_group_colors['SEC']="#488"
15-
fg_group_colors['TSV']="#484"
16-
fg_group_colors['IRTF']="#448"
13+
fg_group_colors['RTG']="#866997"
14+
fg_group_colors['SEC']="#cee6ce"
15+
fg_group_colors['TSV']="#806c6a"
16+
fg_group_colors['IRTF']="#80776e"
1717
fg_group_colors['IETF']="blue"
1818

1919
bg_group_colors = dict()
2020
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"
21+
bg_group_colors['ART']="#c5b8cb"
22+
bg_group_colors['GEN']="#8b879b"
23+
bg_group_colors['INT']="#e7a39d"
24+
bg_group_colors['OPS']="#facab3"
2525
bg_group_colors['RAI']="#fef"
26-
bg_group_colors['RTG']="#ffe"
27-
bg_group_colors['SEC']="#dff"
28-
bg_group_colors['TSV']="#dfd"
26+
bg_group_colors['RTG']="#fbeeaf"
27+
bg_group_colors['SEC']="#b97373"
28+
bg_group_colors['TSV']="#d4ffe1"
2929
bg_group_colors['IRTF']="#ddf"
3030
bg_group_colors['IETF']="white"
3131

0 commit comments

Comments
 (0)