Django template coloring
I have created a color-theme based on the monokai theme for TextMate. Everything is looking fine, except for the coloring of Django template tags, filters, variables and literals, which use shades of dark blue and a green that look awful and hardly show up against my dark background:
I have looked through all the color settings, and have actually set every single color even those that in no way relate to this and for formats I don't use, and zilch. Does anybody know where to change color for django templates?
Attachment(s):
ScreenHunter_01 May. 08 22.44.jpg
ScreenHunter_03 May. 08 22.59.jpg
Please sign in to leave a comment.

Hello r,
Right now the colors of Django templates are not configurable; the configuration
will definitely be added before the 1.0 release.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
r c, Can you make your monokai theme available to download somewhere? I'd imagine it would be really easy to get the colors working properly now that Django template support is in. Let me know.