Tweaked the color palatte for the agenda editor. Commit ready for merge.
- Legacy-Id: 15247
This commit is contained in:
parent
340b6591b2
commit
13df62f8ba
|
@ -5,27 +5,27 @@
|
|||
|
||||
fg_group_colors = dict()
|
||||
fg_group_colors['APP']="#008"
|
||||
fg_group_colors['ART']="#808"
|
||||
fg_group_colors['GEN']="#080"
|
||||
fg_group_colors['INT']="#088"
|
||||
fg_group_colors['OPS']="#800"
|
||||
fg_group_colors['ART']="#5b5a53"
|
||||
fg_group_colors['GEN']="#e1dfdb"
|
||||
fg_group_colors['INT']="#f3fcf6"
|
||||
fg_group_colors['OPS']="#516770"
|
||||
fg_group_colors['RAI']="#808"
|
||||
fg_group_colors['RTG']="#880"
|
||||
fg_group_colors['SEC']="#488"
|
||||
fg_group_colors['TSV']="#484"
|
||||
fg_group_colors['IRTF']="#448"
|
||||
fg_group_colors['RTG']="#866997"
|
||||
fg_group_colors['SEC']="#cee6ce"
|
||||
fg_group_colors['TSV']="#806c6a"
|
||||
fg_group_colors['IRTF']="#80776e"
|
||||
fg_group_colors['IETF']="blue"
|
||||
|
||||
bg_group_colors = dict()
|
||||
bg_group_colors['APP']="#eef"
|
||||
bg_group_colors['ART']="#fef"
|
||||
bg_group_colors['GEN']="#efe"
|
||||
bg_group_colors['INT']="#eff"
|
||||
bg_group_colors['OPS']="#fee"
|
||||
bg_group_colors['ART']="#c5b8cb"
|
||||
bg_group_colors['GEN']="#8b879b"
|
||||
bg_group_colors['INT']="#e7a39d"
|
||||
bg_group_colors['OPS']="#facab3"
|
||||
bg_group_colors['RAI']="#fef"
|
||||
bg_group_colors['RTG']="#ffe"
|
||||
bg_group_colors['SEC']="#dff"
|
||||
bg_group_colors['TSV']="#dfd"
|
||||
bg_group_colors['RTG']="#fbeeaf"
|
||||
bg_group_colors['SEC']="#b97373"
|
||||
bg_group_colors['TSV']="#d4ffe1"
|
||||
bg_group_colors['IRTF']="#ddf"
|
||||
bg_group_colors['IETF']="white"
|
||||
|
||||
|
|
Loading…
Reference in a new issue