|
5 | 5 |
|
6 | 6 | fg_group_colors = dict() |
7 | 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" |
| 8 | +fg_group_colors['ART']="#5b5a53" |
| 9 | +fg_group_colors['GEN']="#e1dfdb" |
| 10 | +fg_group_colors['INT']="#f3fcf6" |
| 11 | +fg_group_colors['OPS']="#516770" |
12 | 12 | 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" |
17 | 17 | fg_group_colors['IETF']="blue" |
18 | 18 |
|
19 | 19 | bg_group_colors = dict() |
20 | 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" |
| 21 | +bg_group_colors['ART']="#c5b8cb" |
| 22 | +bg_group_colors['GEN']="#8b879b" |
| 23 | +bg_group_colors['INT']="#e7a39d" |
| 24 | +bg_group_colors['OPS']="#facab3" |
25 | 25 | 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" |
29 | 29 | bg_group_colors['IRTF']="#ddf" |
30 | 30 | bg_group_colors['IETF']="white" |
31 | 31 |
|
|
0 commit comments