<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><blockquote type="cite"><<a href="mailto:persquare@mac.com">persquare@mac.com</a>> wrote:<br></blockquote><blockquote type="cite">Perhaps not exactly what you are looking for, but there is a bundle (by Hilton Lipschitz) for specifying themes in plain text files as comma separated values (CSV): <<a href="https://github.com/hiltmon/textmate-theme-csv">https://github.com/hiltmon/textmate-theme-csv</a>> <br>Additional blog writeup here: <<a href="http://hiltmon.com/blog/2013/02/22/multiple-themes-in-textmate-2/">http://hiltmon.com/blog/2013/02/22/multiple-themes-in-textmate-2/</a>><br><br>I have a fork of the code with some additional features over at <<a href="https://github.com/persquare/textmate-theme-csv">https://github.com/persquare/textmate-theme-csv</a>><br>In particular, you can set the gutter color(s), and it can do rudimentary highlighting of color codes by assigning them a scope with the color code appended at the end. In practice, it is only useful if you, like me, like to work with a limited set of colors since they need to be added to the theme used when editing themes... (makes your head spin, I know ;) Attached screenshot should clarify what it looks like.<br><br>While not as easy to use as a GUI, plain text files allows you to easily track (and backtrack) changes to your theme(s).</blockquote><br><div>Thanks, I’ll check it out. :)</div><div><br></div><div><br></div><div><blockquote type="cite">"Allan Odgaard" <<a href="mailto:mailinglist@textmate.org">mailinglist@textmate.org</a>> wrote:</blockquote></div><div><blockquote type="cite">Are you not seeing any styling of Markdown?<br><br>Out-of-the-box there should be larger font size for headings, use of <br>bold and italic, etc.</blockquote></div><div><br></div><div>Yeah, out of the box Markdown does get highlighting, some themes work better than others. I’m trying to get granular control over the markdown highlighting so I can control all of the Atx-style headings (#, ##, ###, ####, #####, ######), bold, italic, and lists. I’ve been looking online but can’t find much info on how to target these things in a theme, especially the headings. In larger files I’d like to have a theme where I can tab indent headings and the content after them so it’s easier to follow.</div><div><br></div><div>The themes I find typically just have this, which controls all headings:</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>name = 'Heading';</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>scope = 'markup.heading, punctuation.definition.heading.markdown';</div></div></body></html>