|
GrayThemeForPython
This is the syntax Highlighting color theme that I use. Open your Python syntax file from here: C:\Program Files\UliPad\conf\stx\python.stx To use the same fonts you'll either need Vista, Office 2007, or you can install PowerPoint Viewer 2007 to get the fonts. [styleitems] controlchar = u"fore:#000000" p_default = number = u"fore:#81BFFE" classname = u"bold,fore:#80FF00,back:#808080" triple = u"fore:#9F9F9F" operator = u"bold,fore:#FFFFFF" defname = u"bold,fore:#3CFC03" stringeol = u"fore:#000000,back:#E0C0E0,eol" character = u"fore:#FF8000" -selback = u"back:#0080FF" bracebad = u"bold,fore:#E995F4" string = u"fore:#FBA557" bracelight = u"bold,fore:#F50A6D" tripledouble = u"fore:#9F9F9F" commentline = u"fore:#9F9F9F" commentblock = u"fore:#238E23,back:#E8FFE8" -caretback = u"back:#555555" keyword = u"bold,fore:#FFFF84" default = u"back:#454545,face:Segoe UI,size:14" -caretfore = u"fore:#00FF00" linenumber = u"back:#AAFFAA,face:Calibri,size:12" identifier = u"fore:#FFFFFF"
Contributed by Ken Garland <garlandkr@gmail.com> |
Sign in to add a comment