My favorites | Sign in
Project Logo
                
Search
for
Updated May 11, 2008 by limodou
Labels: Featured
BlackThemeForPython  

Screenshot

You can change the supported language syntax highlight color settings, here is a example for python,, it's black theme.

[styleitems]
controlchar = u"fore:#FFFFFF"
p_default = u"fore:#FFFFF"
number = u"fore:#6B238E"
classname = u"bold,fore:#FF0000"
triple = u"fore:#EABF71"
operator = u"fore:#BBBBBB"
defname = u"bold,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:#626262"
commentblock = u"italic,fore:#626262"
-caretback = u"back:#050349"
keyword = u"bold,fore:#6AB825"
default = u"fore:#8000FF,back:#000000,face:Courier New,size:11"
-caretfore = u"fore:#FF0000"
linenumber = u"fore:#000000,back:#AAFFAA,size:10"
identifier = u"fore:#BBBBBB"

Create a stx folder in conf folder if there is not existed. Then create a file python.stx, then paste above content to this file. Restarting the UliPad and open a python file, you'll see the result.


Comment by electronixtar, Feb 10, 2008

Here's est's Blackboard highlight theme for .py .pys and .pyw files

[styleitems]
controlchar = u"fore:#FFFFFF"
p_default = u"fore:#FFFFF"
number = u"fore:#D8FA3C"
classname = u"bold,fore:#FF0000"
triple = u"fore:#EABF71"
operator = u"fore:#BBBBBB"
defname = u"bold,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:#61CE3C"
bracelight = u"bold,fore:#FF0000"
tripledouble = u"fore:#EABF71"
commentline = u"italic,fore:#626262"
commentblock = u"italic,fore:#AEAEAE"
-caretback = u"back:#1A1E2E"
keyword = u"bold,fore:#FBDE2D"
default = u"fore:#F8F8F8,back:#0C1021,face:Bitstream Vera Sans Mono,size:10"
-caretfore = u"fore:#FF0000"
linenumber = u"fore:#000000,back:#AAFFAA"
identifier = u"fore:#BBBBBB"

Hope someone may like it. Bitstream Vera Sans Mono font download for Windows/Mac OS: http://img.dafont.com/dl/?f=bitstream_vera_mono


Sign in to add a comment
Hosted by Google Code