Skip to content

Instantly share code, notes, and snippets.

@fukayatsu
Created August 31, 2012 13:02
Show Gist options
  • Save fukayatsu/3552411 to your computer and use it in GitHub Desktop.
Save fukayatsu/3552411 to your computer and use it in GitHub Desktop.
Monokai.tmThemeにMarkdownのlistとheadのハイライトを追加
<dict>
<key>name</key>
<string>Markup: List</string>
<key>scope</key>
<string>markup.list</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ccffff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup: Heading</string>
<key>scope</key>
<string>markup.heading</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ff66cc</string>
</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment