My favorites | Sign in
Project Logo
                
Search
for
Updated Jun 11, 2009 by limodou
Labels: Featured
BlueThemeForPython  

Screenshot

[styleitems]
controlchar = u"fore:#FFFFFF"
p_default = u"fore:#FFFFF"
number = u"fore:#FF00FF"
classname = u"fore:#FF0000"
triple = u"fore:#F4DD0B"
operator = u"fore:#F0804F"
defname = u"fore:#4179C5"
stringeol = u"fore:#408080,back:#E0C0E0,eol"
character = u"fore:#E19618"
-selback = u"back:#8080FF"
bracebad = u"bold,fore:#0000FF"
string = u"fore:#E19618"
bracelight = u"bold,fore:#FF0000"
tripledouble = u"fore:#EABF71"
commentline = u"italic,fore:#008040"
commentblock = u"italic,fore:#008040"
-caretback = u"back:#050349"
keyword = u"fore:#FFFF00"
-caretfore = u"fore:#FF0000"
linenumber = u"fore:#FFFFFF,back:#1F4661,size:10"
identifier = u"fore:#8DB0D3"
-foldercolor = u"back:#3476A3"
-markercolor = u"fore:#F0804F,back:#FFFFFF"

[common]
extension = u"*.py;*.pyw"
previewcode = "#Comment Blocks!\\nclass MyClass(MyParent):\\n    \"\"\" Class example \"\"\"\\n    def __init__(self):\\n        ''' Triple quotes '''\\n        # Do something silly\\n        a = ('Py' + \"thon\") * 100\\n        b = 'EOL unclosed string\\n        c = [Matched braces]\\n        d = {Unmatched brace"

[keywords]
keywords = "and as assert break class continue def del elif else except exec finally for from global if import in is lambda not or pass print raise return try while with yield self None True False",

If you want to change the default font, you can change the "default" style font name "Courier New" to anyone you like. "foldercolor" only has background color, and you can change the folder margin color. "margincolor" can be used for setting the margin foreground and background color.


Comment by wxPythoner, May 31, 2008

keywords? keywords = "and as assert break class continue def del elif else except exec finally for from global if import in is lambda not or pass print raise return try while with yield self None True False as"

Please note that you have 2 'as' entries in this keywords string; the second word and the last word is 'as'. Please remove the last word 'as'. Thanks. ;)

Comment by sunxiaoyong2004, Jun 01, 2008

which is the set of backgroud color?

Comment by winkiller, Jan 28, 2009

this is roughly the background color used: default = u"back:#112435,face:triskweline,size:10"


Sign in to add a comment
Hosted by Google Code