File: Frigcal/code/Frigcal--source/tools/new_color_names.py

"""
=============================================================
New 4.0 preset colors: uses any of these for values in your 
color-mapping-file edits.  These are also available within 
the app in the Category pulldown of the event dialog, but you 
must open the app to view them there.  Do not edit this file.
=============================================================
"""

newcategorycolors = [
         'red',        'green',       'blue',       'cyan',      
         'yellow',     'purple',      'lime',       'orange',   
         'salmon',     'teal',        'pink',       'gray',
         'steelblue',  'magenta',     'tan',        'maroon',     
         'violet',     'chocolate',   'blueviolet', 'khaki',
         'tomato',     'bisque',      'cadetblue',  'gold',       
         'navy',       'yellowgreen', 'slateblue',  'sienna',
         'black',      'white',
]