Changeset 3002

Show
Ignore:
Timestamp:
03/29/2007 02:26:21 PM (2 years ago)
Author:
johnf
Message:

reversed earlier commit - restoring different spellings of the same color

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/dColors.py

    r3001 r3002  
    8181        "lightcyan" : (224, 255, 255),  
    8282        "lightgoldenrodyellow" : (250, 250, 210),  
    83         "lightgrey" : (211, 211, 211),  
     83        "lightgray" : (211, 211, 211),  
     84        "lightgrey" : (211, 211, 211), 
    8485        "lightgreen" : (144, 238, 144),  
    8586        "lightpink" : (255, 182, 193),  
     
    8990        "lightslateblue" : (132, 112, 255),  
    9091        "lightslategray" : (119, 136, 153),  
     92        "lightslategrey" : (119, 136, 153), 
    9193        "lightsteelblue" : (176, 196, 222),  
    9294        "lightyellow" : (255, 255, 224),