Hi, I accidentally changed the status of my spyder scheme 'spyder' to this: spyder/background = u'#1d1f21' spyder/currentline = u'#969896' spyder/occurence = u'#ffff99' spyder/ctrlclick = u'#0000ff' spyder/sideareas = u'#efefef' spyder/matched_p = u'#99ff99' spyder/unmatched_p = u'#ff9999' spyder/normal = (u'#c5c8c6', False, False) spyder/keyword = (u'#8abeb7', False, False) spyder/builtin = (u'#900090', False, False) spyder/definition = (u'#81a2be', True, False) spyder/comment = (u'#adadad', False, True) spyder/string = (u'#b5bd68', False, False) spyder/number = (u'#969896', False, False) spyder/instance = (u'#924900', False, True)
Actually, this scheme don't look good... But I don't remember the original spyder scheme's status, could you tell me please? Redoubts於 2012年12月12日星期三UTC+8上午7時48分20秒寫道: > > 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
