File: Frigcal/code/Frigcal--source/tools/map_calendar_colors.py
"""
=====================================================
Edit the following Python dictionary to map your
3.0 calendar-file names to 4.0's preset color names.
Your 3.0 frigcal_configs.py may give starting values.
For colors, categories are used before calendars.
Colors here are used for events without a category,
and are used before an empty '' category name in
map_category_colors.py.
See convert_legacy_colors.py for full usage info,
and new_color_names.py for the new 4.0 color names.
This file contains example mappings: edit for yours.
=====================================================
"""
calendar_colors = {
# 'calendar name': 'new category/color',
'Bills.ics': 'cyan',
'Holidays.ics': 'red',
'trips.ics': 'lime',
'business.ics': 'gray',
'Personal.ics': 'bisque',
}