Skip to content

Instantly share code, notes, and snippets.

View enahs's full-sized avatar
🥋
乱取り

Shane enahs

🥋
乱取り
  • Oakland, CA
View GitHub Profile
@enahs
enahs / markdown.xml
Last active December 19, 2015 20:09 — forked from lg0/markdown.xml
Get Monokai to work right with markdown. paste this into /Users/[your user name here]/Library/Application Support/Sublime Text 2/Packages/Color Scheme - Default/[YOUR_THEME].tmTheme
<!-- copy this to YOUR_THEME.tmTheme-->
<dict>
<key>name</key>
<string>diff: deleted</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EAE3CA</string>