1. Black Python Theme

This is black python syntax file content

[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"

Copy these to your python.stx in $(UliPad)/conf/stx/python.stx. If there is no such file you can create one yourself. Or you can let UliPad automatically create for you. Just Document -> Syntax Preference, in the pop up dialog click OK button. Then UliPad should create a stx directory in conf folder. You should find python.stx file in that folder.