Thanks for this contribution. I've just added this theme to the hard-coded color schemes: http://code.google.com/p/spyderlib/source/detail?r=ed28e6397a3ab0249c9e384b6e5eb4709cceb8a0
Cheers, -Pierre 2012/12/12 Paul Thompson <[email protected]>: > This is the scheme I use, the colors are fairly close to the light spyder > layout. > > Add to the color_schemes section in you ~\.spyder2\.spyder,ini file > > [..., u'SpyderDark'] > spyderdark/background = u'#131926' > spyderdark/currentline = u'#2b2b43' > spyderdark/occurence = u'#abab67' > spyderdark/ctrlclick = u'#0000ff' > spyderdark/sideareas = u'#282828' > spyderdark/matched_p = u'#009800' > spyderdark/unmatched_p = u'#c80000' > spyderdark/normal = (u'#ffffff', False, False) > spyderdark/keyword = (u'#558eff', False, False) > spyderdark/builtin = (u'#aa00aa', False, False) > spyderdark/definition = (u'#ffffff', True, False) > spyderdark/comment = (u'#7f7f7f', False, False) > spyderdark/string = (u'#11a642', False, True) > spyderdark/number = (u'#c80000', False, False) > spyderdark/instance = (u'#be5f00', False, True) > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/spyderlib/-/Z757syZgIXQJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/spyderlib?hl=en. -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
